Searched refs:Actual (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp535 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 DLint.cpp227 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 Dip-tunnels.tex124 rather than via Internet. Actual tunnel endpoint address \verb|A|
H A Dip-cref.tex1335 this destination. Actual window size is this value multiplied by the
/external/llvm/include/llvm/
H A DInstructions.h1175 CallInst(Value *F, Value *Actual, const Twine &NameStr,
1177 CallInst(Value *F, Value *Actual, const Twine &NameStr,
/external/openssl/crypto/bn/asm/
H A Dia64-mont.pl491 // The loop is scheduled for 32*n ticks on Itanium 2. Actual attempt

Completed in 699 milliseconds