HomeSort by relevance Sort by last modified time
    Searched defs:Postfix (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Format/
BreakableToken.h 100 StringRef Postfix, bool InPPDirective,
108 // The postfix a line needs before introducing a break.
109 StringRef Postfix;
110 // The token text excluding the prefix and postfix.
122 StringRef Postfix, bool InPPDirective,
ContinuationIndenter.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/
OCL20ToSPIRV.cpp 685 std::string Postfix;
698 Postfix = "_explicit";
701 Postfix = "_explicit";
705 Postfix = "_explicit";
714 Info.UniqName = "atomic_" + Prefix + Sign + Stem.str() + Postfix;
    [all...]
OCLUtil.h 121 std::string Postfix; // Postfix to be added
SPIRVInternal.h 326 const static char Postfix[] = "__";
344 /// Divider between extended instruction name and postfix
529 SPIRVDecorate *mapPostfixToDecorate(StringRef Postfix, SPIRVEntry *Target);
532 /// \param Decs Each string is a postfix without _ at the beginning.
580 /// \param Postfix contains postfixes extracted from the SPIR-V image
583 isSPIRVType(llvm::Type* Ty, StringRef BaseTyName, StringRef *Postfix = 0);
588 /// Remove prefix/postfix from __spirv_{Name}_
596 std::string getSPIRVFuncName(Op OC, StringRef PostFix = "");
602 StringRef PostFix = "");
783 /// Get postfix for given decoration
    [all...]
SPIRVUtil.cpp 278 /// \param Postfix contains postfixes extracted from the SPIR-V image
281 isSPIRVType(llvm::Type* Ty, StringRef BaseTyName, StringRef *Postfix) {
291 if (Postfix)
292 *Postfix = FullName.drop_front(N.size());
369 return std::string(kSPIRVName::Prefix) + S + kSPIRVName::Postfix;
376 auto End = S.rfind(kSPIRVName::Postfix);
387 SmallVectorImpl<StringRef> &Postfix) {
392 R.split(Postfix, "_", -1, false);
393 auto Name = Postfix.front();
394 Postfix.erase(Postfix.begin())
    [all...]
  /external/libcxxabi/src/
cxa_demangle.cpp 421 const StringView Postfix;
426 Ty(Ty_), Postfix(Postfix_) {}
430 s += Postfix;
    [all...]

Completed in 385 milliseconds