Home
last modified time | relevance | path

Searched defs:Prefix (Results 1 – 25 of 148) sorted by relevance

123456

/external/llvm/lib/TableGen/
DTableGenBackend.cpp22 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine()
36 StringRef Prefix("|* "); in emitSourceFileHeader() local
/external/llvm/lib/IR/
DMangler.cpp34 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/subzero/src/
DIceTranslator.cpp31 std::string Translator::createUnnamedName(const std::string &Prefix, in createUnnamedName()
43 const std::string &Prefix) { in checkIfUnnamedNameSafe()
DIceTimerTree.cpp196 TTindex Prefix = StackTop; in update() local
276 TTindex Prefix = i; in dump() local
/external/swiftshader/third_party/LLVM/lib/Target/
DMangler.cpp116 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/brotli/java/org/brotli/dec/
DPrefix.java17 final class Prefix { class
/external/clang/lib/Frontend/
DInitPreprocessor.cpp130 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/clang/include/clang/Frontend/
DTextDiagnosticPrinter.h36 std::string Prefix; variable
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.h31 StringRef Prefix; variable
DDwarfStringPool.cpp18 StringRef Prefix) in DwarfStringPool()
/external/clang/lib/AST/
DNestedNameSpecifier.cpp47 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/
DCrashDebugger.cpp76 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/
DCrashDebugger.cpp62 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/
DHeaderMap.cpp190 StringRef Prefix = getStringOrInvalid(B.Prefix); in dump() local
232 Optional<StringRef> Prefix = getString(B.Prefix); in lookupFilename() local
/external/llvm/utils/FileCheck/
DFileCheck.cpp187 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/
Dvptr-corrupted-vtable-itanium.cpp30 VtablePrefix Prefix[2]; in main() local
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DIntercept.cpp143 std::string Prefix = std::string(Name.begin(), Name.end()-9); in getPointerToNamedFunction() local
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DIntercept.cpp140 std::string Prefix = std::string(Name.begin(), Name.end()-9); in getPointerToNamedFunction() local
/external/clang/include/clang/Lex/
DHeaderSearchOptions.h66 std::string Prefix; member
195 void AddSystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader) { in AddSystemHeaderPrefix()
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp330 StringRef Prefix(".sbss"); in selectSmallSectionForGlobal() local
374 StringRef Prefix(".sdata"); in selectSmallSectionForGlobal() local
/external/clang/lib/Analysis/
DCocoaConventions.cpp25 bool cocoa::isRefType(QualType RetTy, StringRef Prefix, in isRefType()
/external/clang/lib/Format/
DBreakableToken.cpp146 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/
Dgtest-typed-test.h253 # define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \ argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp73 StringRef Prefix = ".data."; in emitPersonalityValue() local
221 const char *Prefix; in SelectSectionForGlobal() local
611 const char *Prefix = getCOFFSectionPrefixForUniqueGlobal(Kind); in SelectSectionForGlobal() local
/external/v8/testing/gtest/include/gtest/
Dgtest-typed-test.h251 # define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \ argument

123456