/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
test_tools.hpp | 97 #define BOOST_TEST_PASS_ARG_INFO( r, data, arg ) , arg, BOOST_STRINGIZE( arg ) 486 #define TEMPL_PARAMS( z, m, dummy ) , typename BOOST_JOIN( Arg, m ) 488 , BOOST_JOIN( Arg, m ) const& BOOST_JOIN( arg, m ) \ 489 , char const* BOOST_JOIN( BOOST_JOIN( arg, m ), _descr ) \ 492 #define PRED_PARAMS( z, m, dummy ) BOOST_PP_COMMA_IF( m ) BOOST_JOIN( arg, m ) 495 , BOOST_JOIN( BOOST_JOIN( arg, m ), _descr ) \ 497 << ::boost::test_tools::tt_detail::print_helper( BOOST_JOIN( arg, m ) )) [all...] |
/external/clang/lib/Sema/ |
SemaCodeComplete.cpp | [all...] |
SemaOverload.cpp | [all...] |
SemaDeclAttr.cpp | 547 Expr* &Arg) { 555 Arg = Args[0]; 561 Expr *Arg = nullptr; 562 if (!checkGuardedByAttrCommon(S, D, Attr, Arg)) 565 D->addAttr(::new (S.Context) GuardedByAttr(Attr.getRange(), S.Context, Arg, 571 Expr *Arg = nullptr; 572 if (!checkGuardedByAttrCommon(S, D, Attr, Arg)) 579 S.Context, Arg, [all...] |
SemaExprObjC.cpp | [all...] |
/external/clang/lib/Parse/ |
ParseExprCXX.cpp | [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelDAGToDAG.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGBuiltin.cpp | 176 /// \arg CGF The current codegen function. 177 /// \arg IntrinsicID The ID for the Intrinsic we wish to generate. 178 /// \arg X The first argument to the llvm.*.with.overflow.*. 179 /// \arg Y The second argument to the llvm.*.with.overflow.*. 180 /// \arg Carry The carry returned by the llvm.*.with.overflow.*. [all...] |
CGDebugInfo.cpp | [all...] |
CGDebugInfo.h | 215 /// setLocation - Update the current source location. If \arg loc is 269 llvm::Value *Arg,
|
/external/clang/lib/AST/ |
ExprConstant.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
SROA.cpp | [all...] |
/external/llvm/utils/TableGen/ |
CodeGenDAGPatterns.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocChecker.cpp | 279 ProgramStateRef FreeMemAux(CheckerContext &C, const Expr *Arg, [all...] |
CStringChecker.cpp | [all...] |
/external/llvm/lib/Transforms/IPO/ |
FunctionAttrs.cpp | 205 Value *Arg = *CI; 206 if (Arg->getType()->isPointerTy()) { 207 AliasAnalysis::Location Loc(Arg, [all...] |
/external/llvm/lib/IR/ |
AsmWriter.cpp | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.h | 633 createMemcpyOutsideCallSeq(SDValue Arg, SDValue PtrOff,
|
/external/llvm/lib/Target/R600/ |
SIInstrInfo.cpp | 299 int Arg; 301 Arg = 7; 303 Arg = Count - 1; 306 .addImm(Arg); [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.h | 69 /// #2 - The number of arg bytes the caller pushes on the stack. 70 /// #3 - The number of arg bytes the callee pops off the stack. 843 SDValue LowerMemOpCallTo(SDValue Chain, SDValue StackPtr, SDValue Arg, [all...] |
X86ISelLowering.cpp | [all...] |
/external/clang/tools/libclang/ |
CIndex.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.cpp | [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfUnit.cpp | [all...] |
/external/llvm/lib/Target/CppBackend/ |
CPPBackend.cpp | 442 } else if (const Argument* Arg = dyn_cast<Argument>(val)) { 444 unsigned argNum = std::distance(Arg->getParent()->arg_begin(), 445 Function::const_arg_iterator(Arg)) + 1; [all...] |