HomeSort by relevance Sort by last modified time
    Searched refs:Postfix (Results 1 - 17 of 17) 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,
BreakableToken.cpp 138 return StartColumn + Prefix.size() + Postfix.size() +
146 StringRef Prefix, StringRef Postfix, bool InPPDirective,
149 StartColumn(StartColumn), Prefix(Prefix), Postfix(Postfix) {
150 assert(Tok.TokenText.endswith(Postfix));
152 Prefix.size(), Tok.TokenText.size() - Prefix.size() - Postfix.size());
157 StringRef Prefix, StringRef Postfix, bool InPPDirective,
159 : BreakableSingleLineToken(Tok, IndentLevel, StartColumn, Prefix, Postfix,
166 StartColumn + Prefix.size() + Postfix.size(),
181 Tok, Prefix.size() + TailOffset + Split.first, Split.second, Postfix,
    [all...]
ContinuationIndenter.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/
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...]
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...]
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...]
OCLUtil.h 121 std::string Postfix; // Postfix to be added
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]

Completed in 3000 milliseconds