/external/libffi/src/pa/ |
linux.S | 298 .word 0x0 ;# CIE Identifier Tag
|
/external/libffi/src/powerpc/ |
darwin.S | 326 .long 0x0 ; CIE Identifier Tag
|
ppc_closure.S | 337 .4byte 0x0 # CIE Identifier Tag
|
/external/libffi/src/sparc/ |
v8.S | 280 .uaword 0x0 ! CIE Identifier Tag
|
v9.S | 240 .uaword 0x0 ! CIE Identifier Tag
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfDebug.cpp | 554 // Emit a unique identifier for this CU. [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/src/pa/ |
hpux32.S | 309 .word 0x0 ;# CIE Identifier Tag
|
linux.S | 298 .word 0x0 ;# CIE Identifier Tag
|
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
darwin.S | 326 .long 0x0 ; CIE Identifier Tag
|
ppc_closure.S | 337 .4byte 0x0 # CIE Identifier Tag
|
/external/python/cpython2/Modules/_ctypes/libffi/src/sparc/ |
v8.S | 280 .uaword 0x0 ! CIE Identifier Tag
|
v9.S | 240 .uaword 0x0 ! CIE Identifier Tag
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/ |
ppc-darwin.S | 290 .long 0x0 ; CIE Identifier Tag
|
ppc64-darwin_closure.S | 314 .long 0x0 ; CIE Identifier Tag
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/ |
ppc-darwin.S | 290 .long 0x0 ; CIE Identifier Tag
|
ppc64-darwin_closure.S | 314 .long 0x0 ; CIE Identifier Tag
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
SPIRVUtil.h | 81 template<class Ty1, class Ty2, class Identifier = void>
|
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
ELFAsmParser.cpp | 154 /// ::= { ".local", ".weak", ... } [ identifier ( , identifier )* ] 169 return TokError("expected identifier in directive"); 203 return TokError("expected identifier in directive"); 244 } else if (getLexer().is(AsmToken::Identifier)) { 334 return TokError("expected identifier in directive"); 377 return TokError("expected identifier in directive"); 448 /// ::= .type identifier , @attribute 452 return TokError("expected identifier in directive"); 454 // Handle the identifier as the key symbol [all...] |
/external/swiftshader/third_party/LLVM/tools/llvm-mc/ |
llvm-mc.cpp | 276 case AsmToken::Identifier: 277 Out->os() << "identifier: " << Lexer.getTok().getString();
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
AsmLexer.cpp | 146 // Disambiguate a .1243foo identifier from a floating literal. 161 return AsmToken(AsmToken::Identifier, StringRef(TokStart, CurPtr - TokStart)); 591 // Handle identifier: [a-zA-Z_.][a-zA-Z0-9_$.@]*
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
LinePrinter.cpp | 321 case PDB_ColorItem::Identifier:
|
llvm-pdbutil.cpp | [all...] |
/external/v8/src/parsing/ |
preparser.cc | 266 Identifier function_name, Scanner::Location function_name_location,
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/ |
Ping6.c | 30 UINT16 Identifier;
525 Request->Identifier = 0;
[all...] |
/external/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyTraverse.h | 246 R_SExpr reduceIdentifier(Identifier &Orig) { 862 void printIdentifier(const Identifier *E, StreamType &SS) {
|