/external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/ |
lto.cpp | 35 cl::Prefix,
|
/external/v8/src/wasm/ |
wasm-opcodes.cc | 307 #define CHECK_PREFIX(name, opcode) case k##name##Prefix: 490 UNREACHABLE(); // invalid prefix.
|
/build/soong/ui/status/ |
status.go | 136 func (l MsgLevel) Prefix() string {
|
/external/chromium-libpac/test/js-unittest/ |
pac_library_unittest.js | 155 // Invalid prefix. 157 t.expectFalse(isInNetEx("127.0.0.1", "127.0.0.1")); // Missing '/' in prefix. 306 // Prefix with the test name that generated the log.
|
/external/llvm/lib/CodeGen/ |
MachineBasicBlock.cpp | 54 const char *Prefix = Ctx.getAsmInfo()->getPrivateLabelPrefix(); 56 CachedMCSymbol = Ctx.getOrCreateSymbol(Twine(Prefix) + "BB" + [all...] |
/external/swiftshader/third_party/LLVM/lib/Support/ |
CommandLine.cpp | 338 return isGrouping(O) || O->getFormattingFlag() == cl::Prefix; 370 /// see if this is a prefix or grouped option. If so, split arg into output an 385 if (PGOpt->getFormattingFlag() == cl::Prefix) { [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
MachineBasicBlock.cpp | 58 auto Prefix = Ctx.getAsmInfo()->getPrivateLabelPrefix(); 60 CachedMCSymbol = Ctx.getOrCreateSymbol(Twine(Prefix) + "BB" + [all...] |
/external/syzkaller/vendor/cloud.google.com/go/storage/ |
storage.go | 581 const prefix = "crc32c=" 583 if strings.HasPrefix(spec, prefix) { 584 c, err := decodeUint32(spec[len(prefix):]) 782 // Prefix is set only for ObjectAttrs which represent synthetic "directory 786 Prefix string 867 // prefix, do not contain delimiter. Objects whose names, 868 // aside from the prefix, contain delimiter will have their name, 874 // Prefix is the prefix filter to query objects 875 // whose names begin with this prefix [all...] |
/external/clang/lib/AST/ |
ItaniumMangle.cpp | 509 StringRef Prefix = ""); [all...] |
MicrosoftMangle.cpp | 293 void mangle(const NamedDecl *D, StringRef Prefix = "\01?"); 423 void MicrosoftCXXNameMangler::mangle(const NamedDecl *D, StringRef Prefix) { 428 // Callers can override this with a custom prefix. 431 Out << Prefix; 789 // a $S prefix. [all...] |
/external/llvm/lib/IR/ |
AsmWriter.cpp | 395 static void PrintLLVMName(raw_ostream &OS, StringRef Name, PrefixType Prefix) { 396 switch (Prefix) { [all...] |
/external/spirv-llvm/lib/SPIRV/ |
SPIRVReader.cpp | 100 // Prefix for placeholder global variable name. 778 std::string Prefix = IsSigned ? "" : "u"; 781 return Prefix + "char"; 783 return Prefix + "short"; 785 return Prefix + "int"; 787 return Prefix + "long"; 790 return Prefix + std::string("int") + T->getIntegerBitWidth() + "_t"; [all...] |
SPIRVWriter.cpp | 353 if (!S.startswith(kSPIRVName::Prefix)) 355 S = S.drop_front(strlen(kSPIRVName::Prefix)); 395 assert(SubStrs[0] == kSPIRVTypeName::Prefix && "Invalid prefix"); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
AsmWriter.cpp | 434 static void PrintLLVMName(raw_ostream &OS, StringRef Name, PrefixType Prefix) { 435 switch (Prefix) { [all...] |
Function.cpp | 534 // overloaded, require either exact or prefix match. 536 assert(Name.size() >= MatchSize && "Expected either exact or prefix match"); 555 /// of a prefix ('p' for pointers, 'a' for arrays, 'f_' for functions) 559 /// which can't be confused with it's prefix. This ensures we don't have [all...] |
/external/clang/lib/Driver/ |
Driver.cpp | [all...] |
ToolChains.cpp | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/ |
X86AsmParser.cpp | [all...] |
/external/swiftshader/third_party/subzero/src/ |
PNaClTranslator.cpp | 407 // context the alignment check appears in, and Prefix defines the context the 409 uint32_t extractAlignment(NaClBitcodeParser *Parser, const char *Prefix, 415 StrBuf << Prefix << " alignment greater than 2**" << AlignPowerLimit 468 // Gives Decl a name if it doesn't already have one. Prefix and NameIndex are 474 const std::string &Prefix, const char *DeclType, 478 Prefix); 488 Decl->setName(Ctx, Translator.createUnnamedName(Prefix, NameIndex)); [all...] |
/external/clang/lib/Format/ |
UnwrappedLineParser.cpp | [all...] |
/external/llvm/lib/Support/ |
CommandLine.cpp | 590 return isGrouping(O) || O->getFormattingFlag() == cl::Prefix; 622 /// see if this is a prefix or grouped option. If so, split arg into output an 640 if (PGOpt->getFormattingFlag() == cl::Prefix) { [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/ |
Record.h | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
ELFObjectWriter.cpp | 874 // Add "z" prefix to section name. This is zlib-gnu style. [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
CommandLine.cpp | 600 return isGrouping(O) || O->getFormattingFlag() == cl::Prefix; 632 /// see if this is a prefix or grouped option. If so, split arg into output an 650 if (PGOpt->getFormattingFlag() == cl::Prefix) { [all...] |
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
CommandLine.cpp | 609 return isGrouping(O) || O->getFormattingFlag() == cl::Prefix; 641 /// see if this is a prefix or grouped option. If so, split arg into output an 659 if (PGOpt->getFormattingFlag() == cl::Prefix) { [all...] |