/llvm-project/clang/unittests/Format/ |
H A D | MacroCallReconstructorTest.cpp | 245 TokenList Call2 = Exp2.expand("C", {uneof(Lex.lex("a")), Exp1.getTokens()}); TEST_F() local 275 TokenList Call2 = Exp.expand("SEMI"); TEST_F() local 310 TokenList Call2 = Exp2.expand("ID", {Arg}); TEST_F() local 359 TokenList Call2 = Exp2.expand("CALL", {Exp1.getTokens()}); TEST_F() local 500 TokenList Call2 = Exp2.expand("ID", {Arg2}); TEST_F() local [all...] |
/llvm-project/llvm/lib/Analysis/ |
H A D | ScopedNoAliasAA.cpp | 93 const CallBase *Call2, in getModRefInfo()
|
H A D | AliasAnalysis.cpp | 185 const CallBase *Call2) { in getModRefInfo() argument 190 ModRefInfo AAResults::getModRefInfo(const Instruction *I, const CallBase *Call2, in getModRefInfo() argument 266 const CallBase *Call2, AAQueryInfo &AAQI) { in getModRefInfo() argument [all...] |
H A D | TypeBasedAliasAnalysis.cpp | 441 const CallBase *Call2, in getModRefInfo() argument
|
H A D | BasicAliasAnalysis.cpp | 1033 getModRefInfo(const CallBase * Call1,const CallBase * Call2,AAQueryInfo & AAQI) getModRefInfo() argument
|
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITTest.cpp | 261 CallInst *Call2 = Builder.CreateCall(Foo2, {}); in TEST_F() local
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | MemoryProfileInfoTest.cpp | 179 CallBase *Call2 = findCall(*Func, "call2"); TEST_F() local 507 CallBase *Call2 = findCall(*Func, "call2"); TEST_F() local [all...] |
/llvm-project/llvm/unittests/IR/ |
H A D | IRBuilderTest.cpp | 1193 auto Call2 = Builder.CreateCall(Callee, std::nullopt); TEST_F() local
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | TransferTest.cpp | 7155 auto *Call2 = Matches[1].getNodeAs<CXXOperatorCallExpr>("call"); TEST() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 427 auto Call2 = makeLibCall(DAG, LC2, RetVT, Ops, CallOptions, dl, Chain); softenSetCCOperands() local
|