OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Actual
(Results
1 - 7
of
7
) sorted by null
/gdk/sources/llvm-ndk-cc/tests/
test.py
20
Actual
= Filename
23
if not os.path.isfile(
Actual
):
25
print('Could not find {0}'.format(
Actual
))
32
return filecmp.cmp(
Actual
, Expect, False)
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
530
void *
Actual
= TheJIT->isCompilingLazily()
536
Actual
= TheJIT->getPointerToFunction(F);
540
if (!
Actual
) return 0;
545
// Codegen a new stub, calling the lazy resolver or the
actual
address of the
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.");
665
<< "' In stub ptr = " << Stub << "
actual
ptr = "
[
all
...]
/external/llvm/lib/Analysis/
Lint.cpp
227
Value *
Actual
= *AI;
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/openssl/crypto/bn/asm/
ia64-mont.pl
491
// The loop is scheduled for 32*n ticks on Itanium 2.
Actual
attempt
/external/iproute2/doc/
ip-tunnels.tex
124
rather than via Internet.
Actual
tunnel endpoint address \verb|A|
ip-cref.tex
[
all
...]
/external/llvm/include/llvm/
Instructions.h
[
all
...]
Completed in 198 milliseconds