search for: _ax

Displaying 4 results from an estimated 4 matches for "_ax".

Did you mean: _a
2005 Mar 10
2
[LLVMdev] Errors building llvm with Visual Studio in Debug mode
.... X86FloatingPoint.cpp c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(196) : error C2784: 'bool std::operator <(const std::basic_string<_Elem,_Traits,_Alloc> &,const _Elem *)' : could not deduce template argument for 'const std::basic_string<_Elem,_Traits,_Ax> &' from 'unsigned int' c:\Program Files\Microsoft Visual Studio 8\VC\include\string(148) : see declaration of 'std::operator`<'' c:\Program Files\Microsoft Visual Studio 8\VC\include\algorithm(1385) : see reference to function template instantiatio...
2005 Mar 10
0
[LLVMdev] Errors building llvm with Visual Studio in Debug mode
...pp >c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(196) : >error C2784: 'bool std::operator <(const >std::basic_string<_Elem,_Traits,_Alloc> &,const _Elem *)' : could not >deduce template argument for 'const >std::basic_string<_Elem,_Traits,_Ax> &' from 'unsigned int' > c:\Program Files\Microsoft Visual Studio >8\VC\include\string(148) : see declaration of 'std::operator`<'' > c:\Program Files\Microsoft Visual Studio >8\VC\include\algorithm(1385) : see reference to function templ...
2007 Sep 13
1
[LLVMdev] Nested multiclass/defm declarations?
...e addressing) modes for both operands, giving an explosion of permutations (11 * 11 !!). I thought about using a nested multiclass declaration to resolve this, as in multiclass EAPermuteRhs<dag lhs_oper, string asmstr> { def _dx : I<(outs DataRegister:$dst), lhs_oper, ..... > ; def _ax : I<(outs AddressRegister:$dst), lhs_oper, ..... > ; def _ax_postincrement : I<(outs AddressRegister:$dst), lhs_oper, ..... > ; // And many more } multiclass EAPermute<string asmstr> { defm _dx : EAPermuteRhs<(ins DataRegister:$src), asmstr> ; defm _ax : EAPermuteRh...
2020 Jun 12
0
How to change SIP header TO: ?
Hello friends. I have a softswitch in which I cannot create a list of blocked source numbers; So, I have thought to use Asterisk and return a 302 message when the number can make the call, my dialplan is as follows: [from-external]   exten => _AX.,1,Verbose(=======> ${CALLERID(num)} to ${EXTEN})    same =>      n,Set(MYDESTINY=${REPLACE(${EXTEN},A,)})    same =>      n,Set(MYORIGIN=${CALLERID(num)})    same =>      n,Set(ITEXISTS=${ODBC_GETBLACKPHONE(${MYORIGIN})})    same =>      n,GotoIf($[${ITEXISTS}>0]?black)    ; I wi...