Searched refs:Prefix (Results 101 - 125 of 139) sorted by relevance

123456

/external/clang/lib/Format/
H A DUnwrappedLineParser.cpp1454 StringRef Prefix = "") {
1455 llvm::dbgs() << Prefix << "Line(" << Line.Level << ")"
/external/icu/icu4c/source/
H A Dicudefs.mk203 # Prefix for the ICU library names
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp57 const char *Prefix = TM.getDataLayout()->getPrivateGlobalPrefix(); local
58 CachedMCSymbol = Ctx.GetOrCreateSymbol(Twine(Prefix) + "BB" +
/external/llvm/lib/Support/
H A DCommandLine.cpp373 return isGrouping(O) || O->getFormattingFlag() == cl::Prefix;
420 if (PGOpt->getFormattingFlag() == cl::Prefix) {
/external/clang/lib/AST/
H A DItaniumMangle.cpp285 void mangle(const NamedDecl *D, StringRef Prefix = "_Z");
439 void CXXNameMangler::mangle(const NamedDecl *D, StringRef Prefix) { argument
443 Out << Prefix; local
2425 TemplateName Prefix = local
2428 mangleTemplatePrefix(Prefix);
3761 // Prefix the mangling of D with __dtor_.
H A DMicrosoftMangle.cpp222 void mangle(const NamedDecl *D, StringRef Prefix = "\01?");
346 void MicrosoftCXXNameMangler::mangle(const NamedDecl *D, StringRef Prefix) { argument
354 Out << Prefix; local
/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
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp775 static MCSymbol *getPICLabel(const char *Prefix, unsigned FunctionNumber, argument
778 MCSymbol *Label = Ctx.GetOrCreateSymbol(Twine(Prefix)
/external/oprofile/events/i386/westmere/
H A Dunit_masks95 0x01 lcp Length Change Prefix stall cycles
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp475 ConvertToLongNames(pair.Prefix, pair.Head);
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp946 static StringRef Prefix() { return "llvm.loop.vectorize."; } function in class:__anon25530::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/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/include/clang/AST/
H A DDataRecursiveASTVisitor.h642 if (NestedNameSpecifierLoc Prefix = NNS.getPrefix())
643 TRY_TO(TraverseNestedNameSpecifierLoc(Prefix));
H A DRecursiveASTVisitor.h708 if (NestedNameSpecifierLoc Prefix = NNS.getPrefix())
709 TRY_TO(TraverseNestedNameSpecifierLoc(Prefix));
/external/clang/lib/Driver/
H A DDriver.cpp1845 std::string Driver::GetTemporaryPath(StringRef Prefix, const char *Suffix) argument
1848 std::error_code EC = llvm::sys::fs::createTemporaryFile(Prefix, Suffix, Path);
H A DToolChains.cpp3308 StringRef Prefix = llvm::sys::path::is_absolute(dir) ? SysRoot : ""; local
3309 addExternCSystemInclude(DriverArgs, CC1Args, Prefix + dir);
/external/llvm/include/llvm/TableGen/
H A DRecord.h1340 unsigned Prefix;
1353 unsigned getPrefix() const { return Prefix; }
/external/llvm/lib/TableGen/
H A DRecord.cpp1631 : Name(N), Ty(T), Prefix(P) {
1637 : Name(StringInit::get(N)), Ty(T), Prefix(P) {
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2.h1342 const char* Prefix, const char* Suffix);
1355 char* Prefix,
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp100 std::string Prefix; member in class:__anon25486::IRBuilderPrefixedInserter
103 void SetNamePrefix(const Twine &P) { Prefix = P.str(); }
109 I, Name.isTriviallyEmpty() ? Name : Prefix + Name, BB, InsertPt);
/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()));
H A DSemaLookup.cpp3289 if (NestedNameSpecifier *Prefix = NNS->getPrefix())
3290 getNestedNameSpecifierIdentifiers(Prefix, Identifiers);
/external/llvm/lib/AsmParser/
H A DLLParser.cpp3185 Constant *Prefix = nullptr;
3200 ParseGlobalTypeAndValue(Prefix)))
3300 Fn->setPrefixData(Prefix);
/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/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. ...

Completed in 819 milliseconds

123456