| /external/llvm/lib/TableGen/ |
| D | TableGenBackend.cpp | 22 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine() 36 StringRef Prefix("|* "); in emitSourceFileHeader() local
|
| /external/llvm/lib/IR/ |
| D | Mangler.cpp | 34 const DataLayout &DL, char Prefix) { in getNameWithPrefixImpl() 61 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefixImpl() local 73 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix() local 132 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix() local
|
| /external/swiftshader/third_party/LLVM/lib/Target/ |
| D | Mangler.cpp | 116 const char *Prefix = MAI.getPrivateGlobalPrefix(); in getNameWithPrefix() local 119 const char *Prefix = MAI.getLinkerPrivateGlobalPrefix(); in getNameWithPrefix() local 123 const char *Prefix = MAI.getGlobalPrefix(); in getNameWithPrefix() local
|
| /external/clang/include/clang/Frontend/ |
| D | TextDiagnosticPrinter.h | 36 std::string Prefix; variable
|
| /external/clang/lib/Frontend/ |
| D | InitPreprocessor.cpp | 130 static void DefineFloatMacros(MacroBuilder &Builder, StringRef Prefix, in DefineFloatMacros() 200 static void DefineFmt(const Twine &Prefix, TargetInfo::IntType Ty, in DefineFmt() 237 const char *Prefix = IsSigned ? "__INT" : "__UINT"; in DefineExactWidthIntType() local 257 const char *Prefix = IsSigned ? "__INT" : "__UINT"; in DefineExactWidthIntTypeSize() local 268 const char *Prefix = IsSigned ? "__INT_LEAST" : "__UINT_LEAST"; in DefineLeastWidthIntType() local 282 const char *Prefix = IsSigned ? "__INT_FAST" : "__UINT_FAST"; in DefineFastIntType() local
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfStringPool.h | 31 StringRef Prefix; variable
|
| D | DwarfStringPool.cpp | 18 StringRef Prefix) in DwarfStringPool()
|
| /external/clang/lib/AST/ |
| D | NestedNameSpecifier.cpp | 47 NestedNameSpecifier *Prefix, IdentifierInfo *II) { in Create() 60 NestedNameSpecifier *Prefix, in Create() 76 NestedNameSpecifier *Prefix, in Create() 92 NestedNameSpecifier *Prefix, in Create() 401 while (NestedNameSpecifierLoc Prefix = First.getPrefix()) in getSourceRange() local
|
| /external/llvm/tools/bugpoint/ |
| D | CrashDebugger.cpp | 76 ReducePassList::doTest(std::vector<std::string> &Prefix, in doTest() 127 TestResult doTest(std::vector<GlobalVariable*> &Prefix, in doTest() 197 TestResult doTest(std::vector<Function*> &Prefix, in doTest() 333 TestResult doTest(std::vector<const BasicBlock*> &Prefix, in doTest() 442 TestResult doTest(std::vector<const Instruction*> &Prefix, in doTest() 519 TestResult doTest(std::vector<std::string> &Prefix, in doTest() 589 TestResult doTest(std::vector<const MDNode *> &Prefix, in doTest()
|
| /external/swiftshader/third_party/LLVM/tools/bugpoint/ |
| D | CrashDebugger.cpp | 62 ReducePassList::doTest(std::vector<std::string> &Prefix, in doTest() 115 virtual TestResult doTest(std::vector<GlobalVariable*> &Prefix, in doTest() 185 virtual TestResult doTest(std::vector<Function*> &Prefix, in doTest() 258 virtual TestResult doTest(std::vector<const BasicBlock*> &Prefix, in doTest() 367 virtual TestResult doTest(std::vector<const Instruction*> &Prefix, in doTest()
|
| /external/clang/lib/Lex/ |
| D | HeaderMap.cpp | 190 StringRef Prefix = getStringOrInvalid(B.Prefix); in dump() local 232 Optional<StringRef> Prefix = getString(B.Prefix); in lookupFilename() local
|
| /external/llvm/utils/FileCheck/ |
| D | FileCheck.cpp | 187 StringRef Prefix, in ParsePattern() 621 StringRef Prefix; member 731 static Check::CheckType FindCheckType(StringRef Buffer, StringRef Prefix) { in FindCheckType() 792 for (StringRef Prefix : CheckPrefixes) { in FindFirstCandidateMatch() local 843 StringRef Prefix = FindFirstCandidateMatch(Buffer, CheckTy, CheckLoc); in FindFirstMatchingPrefix() local 890 std::string Prefix = (Twine("-") + ImplicitCheckNot.ArgStr + "='").str(); in ReadCheckFile() local 1284 for (StringRef Prefix : CheckPrefixes) { in ValidateCheckPrefixes() local
|
| /external/compiler-rt/test/ubsan/TestCases/TypeCheck/ |
| D | vptr-corrupted-vtable-itanium.cpp | 30 VtablePrefix Prefix[2]; in main() local
|
| /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/ |
| D | Intercept.cpp | 143 std::string Prefix = std::string(Name.begin(), Name.end()-9); in getPointerToNamedFunction() local
|
| /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
| D | Intercept.cpp | 140 std::string Prefix = std::string(Name.begin(), Name.end()-9); in getPointerToNamedFunction() local
|
| /external/clang/lib/Analysis/ |
| D | CocoaConventions.cpp | 25 bool cocoa::isRefType(QualType RetTy, StringRef Prefix, in isRefType()
|
| /external/llvm/lib/Target/Hexagon/ |
| D | HexagonTargetObjectFile.cpp | 330 StringRef Prefix(".sbss"); in selectSmallSectionForGlobal() local 374 StringRef Prefix(".sdata"); in selectSmallSectionForGlobal() local
|
| /external/clang/include/clang/Lex/ |
| D | HeaderSearchOptions.h | 66 std::string Prefix; member 195 void AddSystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader) { in AddSystemHeaderPrefix()
|
| D | HeaderMapTypes.h | 25 uint32_t Prefix; // Offset (into strings) of value prefix. member
|
| /external/clang/lib/Format/ |
| D | BreakableToken.cpp | 146 StringRef Prefix, StringRef Postfix, bool InPPDirective, in BreakableSingleLineToken() 157 StringRef Prefix, StringRef Postfix, bool InPPDirective, in BreakableStringLiteral() 389 StringRef Prefix = Decoration; in insertBreak() local 421 StringRef Prefix = Decoration; in replaceWhitespaceBefore() local
|
| /external/llvm/utils/unittest/googletest/include/gtest/ |
| D | gtest-typed-test.h | 253 # define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \ argument
|
| /external/swiftshader/third_party/LLVM/lib/CodeGen/ |
| D | TargetLoweringObjectFileImpl.cpp | 73 StringRef Prefix = ".data."; in emitPersonalityValue() local 221 const char *Prefix; in SelectSectionForGlobal() local 611 const char *Prefix = getCOFFSectionPrefixForUniqueGlobal(Kind); in SelectSectionForGlobal() local
|
| /external/googletest/googletest/include/gtest/ |
| D | gtest-typed-test.h | 251 # define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \ argument
|
| /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
| D | gtest-typed-test.h | 250 # define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \ argument
|
| /external/protobuf/gtest/include/gtest/ |
| D | gtest-typed-test.h | 250 #define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \ argument
|