Searched refs:Actual (Results 1 - 6 of 6) sorted by relevance
/external/llvm/lib/ExecutionEngine/JIT/ |
H A D | JITEmitter.cpp | 535 void *Actual = TheJIT->isCompilingLazily() local 541 Actual = TheJIT->getPointerToFunction(F); 545 if (!Actual) return 0; 552 Stub = TheJIT->getJITInfo().emitFunctionStub(F, Actual, JE); 555 if (Actual != (void*)(intptr_t)LazyResolverFn) { 573 } else if (!Actual) { 578 "'Actual' should have been set above.");
|
/external/llvm/lib/Analysis/ |
H A D | Lint.cpp | 227 Value *Actual = *AI; local 230 Assert1(Formal->getType() == Actual->getType(), 237 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy()) 247 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) { 250 visitMemoryReference(I, Actual, AA->getTypeStoreSize(Ty),
|
/external/iproute2/doc/ |
H A D | ip-tunnels.tex | 124 rather than via Internet. Actual tunnel endpoint address \verb|A|
|
H A D | ip-cref.tex | 1335 this destination. Actual window size is this value multiplied by the
|
/external/llvm/include/llvm/ |
H A D | Instructions.h | 1175 CallInst(Value *F, Value *Actual, const Twine &NameStr, 1177 CallInst(Value *F, Value *Actual, const Twine &NameStr,
|
/external/openssl/crypto/bn/asm/ |
H A D | ia64-mont.pl | 491 // The loop is scheduled for 32*n ticks on Itanium 2. Actual attempt
|
Completed in 1088 milliseconds