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

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp530 void *Actual = TheJIT->isCompilingLazily() local
536 Actual = TheJIT->getPointerToFunction(F);
540 if (!Actual) return 0;
547 Stub = TheJIT->getJITInfo().emitFunctionStub(F, Actual, JE);
550 if (Actual != (void*)(intptr_t)LazyResolverFn) {
568 } else if (!Actual) {
573 "'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/harfbuzz_ng/
H A Dgit.mk143 # Actual .gitignore generation:
/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/IR/
H A DInstructions.h1185 CallInst(Value *F, Value *Actual, const Twine &NameStr,
1187 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 188 milliseconds