/external/clang/lib/ARCMigrate/ |
TransGCCalls.cpp | 52 Expr *CEE = E->getCallee()->IgnoreParenImpCasts(); 53 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CEE)) {
|
/external/clang/lib/Analysis/ |
CallGraph.cpp | 46 Expr *CEE = CE->getCallee()->IgnoreParenImpCasts(); 47 if (BlockExpr *Block = dyn_cast<BlockExpr>(CEE)) {
|
/external/valgrind/main/VEX/priv/ |
ir_defs.c | [all...] |
host_x86_isel.c | 369 IRCallee* cee, Int n_arg_ws ) 376 addInstr(env, X86Instr_Call( cc, toUInt(Ptr_to_ULong(cee->addr)), 377 cee->regparms)); 407 IRExpr* guard, IRCallee* cee, IRExpr** args ) 462 vassert(cee->regparms >= 0 && cee->regparms <= 3); 471 stack_limit = cee->regparms; 472 if (cee->regparms > 0 && passBBP) stack_limit--; 485 if (cee->regparms > 0) { 495 argreg = cee->regparms [all...] |
host_mips_isel.c | 365 IRCallee * cee, IRExpr ** args) 378 to regs GPR4 ... GPR7. Note that the cee->regparms field is meaningless 384 to regs GPR4 ... GPR11. Note that the cee->regparms field is meaningless 511 target = toUInt(Ptr_to_ULong(cee->addr)); [all...] |
ir_opt.c | 353 IRExpr_CCall(ex->Iex.CCall.cee, 3079 IRCallee* cee; member in struct:__anon27543::__anon27545::__anon27553 [all...] |
host_amd64_isel.c | 410 IRExpr* guard, IRCallee* cee, IRExpr** args ) 464 /* Note that the cee->regparms field is meaningless on AMD64 host 589 Ptr_to_ULong(cee->addr), [all...] |
guest_s390_toIR.c | 687 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<3); 723 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<1) | (1<<4); 747 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<1) | (1<<4); [all...] |
host_s390_isel.c | [all...] |
host_ppc_isel.c | 675 IRExpr* guard, IRCallee* cee, IRExpr** args ) 737 /* Note that the cee->regparms field is meaningless on PPC32/64 host 901 target = mode64 ? Ptr_to_ULong(cee->addr) : 902 toUInt(Ptr_to_ULong(cee->addr)); [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
BugReporterVisitors.cpp | 180 if (Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>()) 181 if (CEE->getCalleeContext()->getCallSite() == S) 197 Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>(); 198 if (!CEE) 201 const StackFrameContext *CalleeContext = CEE->getCalleeContext(); 927 } else if (Optional<CallExitEnd> CEE = pp.getAs<CallExitEnd>()) { 928 if (CEE->getCalleeContext()->getCallSite() == S || 929 CEE->getCalleeContext()->getCallSite() == Inner) [all...] |
PathDiagnostic.cpp | 671 } else if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) { 672 return getLocationForCaller(CEE->getCalleeContext(), 673 CEE->getLocationContext(), 690 if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) 691 return CEE->getCalleeContext()->getCallSite(); [all...] |
ExprEngineCallAndReturn.cpp | 86 } else if (Optional<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) { 87 S = CEE->getCalleeContext()->getCallSite(); 98 } while (!CE || CE->getCalleeContext() != CEE->getCalleeContext()); [all...] |
/external/clang/lib/AST/ |
Expr.cpp | [all...] |
/external/chromium_org/third_party/icu/source/data/unidata/ |
WordBreakProperty.txt | 606 1CEE..1CF1 ; ALetter 659 2CEB..2CEE ; ALetter
|
DerivedCoreProperties.txt | 655 1CEE..1CF1 ; Alphabetic 709 2CEB..2CEE ; Alphabetic [all...] |
LineBreak.txt | 585 1CEE..1CF1;AL 907 2C60..2CEE;AL
|
SentenceBreakProperty.txt | 899 2CEE ; Lower [all...] |
/external/valgrind/main/VEX/pub/ |
libvex_ir.h | 1726 IRCallee* cee; \/* Function to call. *\/ member in struct:_IRExpr::__anon27593::__anon27604 1955 IRCallee* cee; \/* where to call *\/ member in struct:_IRDirty [all...] |
/external/valgrind/main/memcheck/ |
mc_translate.c | 5700 IRCallee* cee; local [all...] |
/external/valgrind/main/VEX/ |
test_main.c | [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrOvalRenderer.cpp | 141 const CircleEdgeEffect& cee = CastEffect<CircleEdgeEffect>(other); variable 142 return cee.fStroke == fStroke; [all...] |
/external/skia/src/gpu/ |
GrOvalRenderer.cpp | 141 const CircleEdgeEffect& cee = CastEffect<CircleEdgeEffect>(other); variable 142 return cee.fStroke == fStroke; [all...] |
/external/icu4c/data/unidata/ |
DerivedCoreProperties.txt | 694 1CEE..1CF1 ; Alphabetic 749 2CEB..2CEE ; Alphabetic [all...] |
/external/elfutils/tests/ |
run-strings-test.sh | 135 testfile4: cee pthread_key_delete
|