Searched
full:linkage (Results
1401 -
1425 of
2558) sorted by null
<<51525354555657585960>>
/external/jemalloc/include/jemalloc/internal/ |
witness.h | 65 /* Linkage for thread's currently owned locks. */
|
/external/jemalloc/include/msvc_compat/C99/ |
stdint.h | 48 // error C2733: second C linkage of overloaded function 'wmemchr' not allowed
|
/external/libvncserver/compat/msvc/ |
stdint.h | 48 // error C2733: second C linkage of overloaded function 'wmemchr' not allowed
|
/external/libxml2/os400/ |
xmllintcl.c | 61 #pragma linkage(qshell, OS)
|
/external/llvm/include/llvm/IR/ |
Function.h | 105 Function(FunctionType *Ty, LinkageTypes Linkage, 109 static Function *Create(FunctionType *Ty, LinkageTypes Linkage, 111 return new Function(Ty, Linkage, N, M); 446 /// the linkage to external.
|
/external/llvm/include/llvm/Object/ |
SymbolicFile.h | 98 SF_Common = 1U << 4, // Symbol has common linkage
|
/external/llvm/lib/LTO/ |
UpdateCompilerUsed.cpp | 94 // There is nothing more restrictive than private linkage.
|
/external/llvm/lib/MC/MCParser/ |
ELFAsmParser.cpp | 452 StringRef Linkage; 453 if (getParser().parseIdentifier(Linkage)) 455 if (Linkage != "comdat") 456 return TokError("Linkage must be 'comdat'");
|
/external/llvm/lib/Target/PowerPC/ |
PPCFrameLowering.h | 133 /// getLinkageSize - Return the size of the PowerPC ABI linkage area.
|
/external/llvm/lib/Transforms/IPO/ |
ExtractGV.cpp | 45 llvm_unreachable("Unexpected linkage");
|
/external/llvm/lib/Transforms/Scalar/ |
PartiallyInlineLibCalls.cpp | 99 // Skip if function either has local linkage or is not a known library
|
/external/llvm/test/CodeGen/PowerPC/ |
floatPSA.ll | 7 ; 48 (fixed size of the linkage area) + 13 * 8 (first 13 args) + 4
|
/external/llvm/test/DebugInfo/Generic/ |
enum-types.ll | 3 ; RUN: %llc_dwarf -filetype=obj -O0 -dwarf-linkage-names=All < %s | llvm-dwarfdump -debug-dump=info - | FileCheck %s
|
namespace_inline_function_definition.ll | 3 ; RUN: %llc_dwarf -O0 -filetype=obj -dwarf-linkage-names=All < %s | llvm-dwarfdump -debug-dump=info - | FileCheck %s
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
nv50_ir_driver.h | 33 * This struct constitutes linkage information in TGSI terminology.
|
/external/mesa3d/src/mesa/program/ |
program_parser.h | 40 struct asm_symbol *next; /**< List linkage for freeing. */
|
/external/ppp/pppd/ |
eap.h | 108 void *ea_session; /* Authentication library linkage */
|
pppcrypt.c | 2 * pppcrypt.c - PPP/DES linkage for MS-CHAP and EAP SRP-SHA1
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/ |
InstrumentDetectorTest.java | 157 // check whether it's a linkage error
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
PPCMachineFunctionInfo.h | 49 /// potential caller (parameter+linkage area).
|
/external/swiftshader/third_party/LLVM/test/Other/ |
lint.ll | 92 ; CHECK: Unnamed function with non-local linkage
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
Function.h | 109 Function(FunctionType *Ty, LinkageTypes Linkage, 117 static Function *Create(FunctionType *Ty, LinkageTypes Linkage, 119 return new Function(Ty, Linkage, N, M); 469 /// the linkage to external.
|
/external/v8/src/compiler/ |
osr.h | 88 class Linkage;
|
/external/v8/src/ppc/ |
frames-ppc.h | 101 // The following constants describe the stack frame linkage area as
|
/external/v8/src/s390/ |
frames-s390.h | 105 // The following constants describe the stack frame linkage area as
|
Completed in 1288 milliseconds
<<51525354555657585960>>