Searched defs:Prefix (Results 51 - 71 of 71) sorted by relevance

123

/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp912 StringRef Prefix = StringRef()) {
915 Out << Prefix << '\'' << *D << '\'';
920 StringRef Prefix = StringRef()) {
926 Out << Prefix << "anonymous block"; local
931 Out << Prefix; local
977 Out << Prefix << '\'' << cast<NamedDecl>(*D) << '\'';
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1070 llvm::SmallString<16> Prefix; local
1079 Prefix = " __attribute__((";
1082 Prefix = " [[";
1090 Prefix = " __declspec(";
1093 Prefix = " ";
1096 Prefix = "#pragma ";
1111 " OS << \"" + Prefix.str() + Spelling.str();
/external/llvm/include/llvm/Support/
H A DCommandLine.h115 // Prefix - This option allows arguments that are otherwise unrecognized to be
130 Prefix = 0x02, // Can this option directly prefix its value? enumerator in enum:llvm::cl::FormattingFlags
/external/llvm/lib/IR/
H A DAsmWriter.cpp118 static void PrintLLVMName(raw_ostream &OS, StringRef Name, PrefixType Prefix) { argument
120 switch (Prefix) {
1130 char Prefix = '%'; local
1136 Prefix = '@';
1153 Prefix = '@';
1164 Out << Prefix << Slot;
/external/llvm/lib/MC/
H A DMCDwarf.cpp1040 StringRef Prefix) {
1078 Streamer.AddComment(Twine(Prefix) + " = " + EncStr);
1039 EmitEncodingByte(MCStreamer &Streamer, unsigned Encoding, StringRef Prefix) argument
H A DMCStreamer.cpp194 StringRef Prefix = Context.getAsmInfo()->getPrivateGlobalPrefix(); local
196 Context.GetOrCreateSymbol(Prefix + "line_table_start" + Twine(CUID)));
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp435 char Prefix = Name[0]; local
442 if (Prefix == 'r' && Reg.Num < 16)
444 else if (Prefix == 'f' && Reg.Num < 16)
446 else if (Prefix == 'a' && Reg.Num < 16)
/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp466 std::string GVName = GV->getName(), Prefix = "dfs$"; local
467 GV->setName(Prefix + GVName);
479 ".symver " + Prefix + GVName + "," + Prefix);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dlcms2_internal.h685 char Prefix[33]; // Prefix and suffix are defined to be 32 characters at most member in struct:_cms_NAMEDCOLORLIST_struct
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp100 std::string Prefix; member in class:__anon26324::IRBuilderPrefixedInserter
103 void SetNamePrefix(const Twine &P) { Prefix = P.str(); }
109 I, Name.isTriviallyEmpty() ? Name : Prefix + Name, BB, InsertPt);
/external/clang/lib/Driver/
H A DToolChains.cpp3308 StringRef Prefix = llvm::sys::path::is_absolute(dir) ? SysRoot : ""; local
3309 addExternCSystemInclude(DriverArgs, CC1Args, Prefix + dir);
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp147 NestedNameSpecifier *Prefix = nullptr; local
150 } else if (LookAtPrefix && (Prefix = NNS->getPrefix())) {
152 PrefixSS.Adopt(NestedNameSpecifierLoc(Prefix, SS.location_data()));
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2961 /// into non-numeric and numeric parts (Prefix and Reg). The first boolean flag
2965 parsePhysicalReg(const StringRef &C, std::string &Prefix, argument
2974 Prefix.assign(B, I - B);
2989 std::string Prefix; local
2992 std::pair<bool, bool> R = parsePhysicalReg(C, Prefix, Reg);
2997 if ((Prefix == "hi" || Prefix == "lo")) { // Parse hi/lo.
3002 RC = TRI->getRegClass(Prefix == "hi" ?
3005 } else if (Prefix.compare(0, 4, "$msa") == 0) {
3012 Reg = StringSwitch<unsigned long long>(Prefix)
[all...]
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp5958 const char *Prefix = "\01l_OBJC_$_CATEGORY_"; local
5959 std::string ExtCatName(Prefix + Interface->getNameAsString()+
5972 std::string MethodListName(Prefix);
5984 MethodListName = Prefix;
6193 const char *Prefix = "\01l_OBJC_$_INSTANCE_VARIABLES_"; local
6198 Prefix + OID->getName());
/external/clang/lib/Serialization/
H A DASTReader.cpp4644 std::string Prefix = ReadString(Record, Idx); local
4647 HeaderSearchOptions::SystemHeaderPrefix(Prefix, IsSystemHeader));
/external/clang/tools/c-index-test/
H A Dc-index-test.c305 static void PrintCStringWithPrefix(const char *Prefix, const char *CStr) { argument
306 printf(" %s=[", Prefix);
316 static void PrintCXStringWithPrefix(const char *Prefix, CXString Str) { argument
317 PrintCStringWithPrefix(Prefix, clang_getCString(Str));
320 static void PrintCXStringWithPrefixAndDispose(const char *Prefix, argument
322 PrintCStringWithPrefix(Prefix, clang_getCString(Str));
344 static void printVersion(const char *Prefix, CXVersion Version) { argument
347 printf("%s%d", Prefix, Version.Major);
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp946 static StringRef Prefix() { return "llvm.loop.vectorize."; } function in class:__anon26368::LoopVectorizeHints
968 Vals.push_back(createHint(Context, Twine(Prefix(), "width").str(), Width));
969 Vals.push_back(createHint(Context, Twine(Prefix(), "unroll").str(), 1));
1042 if (!Hint.startswith(Prefix()))
1045 Hint = Hint.substr(Prefix().size(), StringRef::npos);
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c76 Prefix"):
645 typedef UInt Prefix; typedef
676 static Bool IS_VALID_PFX ( Prefix pfx ) {
680 static Bool haveREX ( Prefix pfx ) {
684 static Int getRexW ( Prefix pfx ) {
687 static Int getRexR ( Prefix pfx ) {
690 static Int getRexX ( Prefix pfx ) {
693 static Int getRexB ( Prefix pfx ) {
699 static Bool haveF2orF3 ( Prefix pfx ) {
702 static Bool haveF2andF3 ( Prefix pf
[all...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 303 milliseconds

123