Searched refs:endswith (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp84 if (FName.startswith("__") && FName.endswith("_chk") &&
H A DCallEvent.cpp369 if (FName.endswith("NoCopy"))
/freebsd-9.3-release/contrib/bmake/mk/
H A Dmeta2deps.py78 if path.endswith('/.'):
114 path.endswith('/..') or
221 if objroot.endswith(e):
224 if e.endswith('/'):
313 if ddep.endswith(self.machine):
315 elif self.target_spec and ddep.endswith(self.target_spec):
437 if cwd.endswith('/.'):
454 if path.endswith('.dirdep'):
477 if w[0] == 'W' and path.endswith('.dirdep'):
651 if a.endswith('
[all...]
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DAutoUpgrade.cpp233 if (Name.endswith("ub"))
235 else if (Name.endswith("uw"))
237 else if (Name.endswith("ud"))
239 else if (Name.endswith("uq"))
241 else if (Name.endswith("b"))
243 else if (Name.endswith("w"))
245 else if (Name.endswith("d"))
247 else if (Name.endswith("q"))
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCocoaConventions.cpp30 if (TDName.startswith(Prefix) && TDName.endswith("Ref"))
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DSmallString.h137 /// endswith - Check if this string ends with the given \p Suffix.
138 bool endswith(StringRef Suffix) const { function in class:llvm::SmallString
139 return str().endswith(Suffix);
H A DStringRef.h217 bool endswith(StringRef Suffix) const {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DAttributeList.cpp122 if (AttrName.startswith("__") && AttrName.endswith("__") &&
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DBreakableToken.cpp154 assert(Tok.TokenText.startswith(Prefix) && Tok.TokenText.endswith(Postfix));
247 assert(TokenText.startswith("/*") && TokenText.endswith("*/"));
316 if (InPPDirective && Lines[LineIndex - 1].endswith("\\"))
H A DContinuationIndenter.cpp762 if ((Text.endswith(Postfix = "\"") &&
766 (Text.startswith(Prefix = "_T(\"") && Text.endswith(Postfix = "\")")) ||
H A DTokenAnnotator.cpp1196 if (Content.endswith("\""))
1314 if (Left.Type == TT_BlockComment && Left.TokenText.endswith("=*/"))
/freebsd-9.3-release/contrib/llvm/tools/clang/tools/driver/
H A Ddriver.cpp111 } else if (Edit[0] == 's' && Edit[1] == '/' && Edit.endswith("/") &&
244 if (ProgNameRef.endswith(suffixes[i].Suffix)) {
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DPath.cpp213 || Component.endswith(":")
292 b->endswith(":");
323 b->endswith(":");
346 b->endswith(":");
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp158 if (isTargetIOS() && TargetTriple.getArchName().endswith("v7s"))
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1932 if (PatchedName.startswith("set") && PatchedName.endswith("b") &&
1939 (PatchedName.endswith("ss") || PatchedName.endswith("sd") ||
1940 PatchedName.endswith("ps") || PatchedName.endswith("pd"))) {
1982 if (PatchedName.endswith("ss")) {
1984 } else if (PatchedName.endswith("sd")) {
1986 } else if (PatchedName.endswith("ps")) {
1989 assert(PatchedName.endswith("pd") && "Unexpected mnemonic!");
/freebsd-9.3-release/contrib/llvm/tools/lli/
H A Dlli.cpp430 if (StringRef(InputFile).endswith(".bc"))
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPMacroExpansion.cpp860 if (Feature.startswith("__") && Feature.endswith("__") && Feature.size() >= 4)
1015 if (Extension.startswith("__") && Extension.endswith("__") &&
1051 if (Name.startswith("__") && Name.endswith("__") && Name.size() >= 4)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp149 if (fname.endswith("Retain") ||
H A DTransforms.cpp101 if (fname.endswith("Retain") ||
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp800 return FName.endswith("Retain");
804 return FName.endswith("Release");
808 return FName.endswith("Autorelease");
H A DMallocChecker.cpp1903 if (FirstSlot.endswith("NoCopy"))
1953 if (FName.endswith("NoCopy")) {
/freebsd-9.3-release/contrib/llvm/lib/Option/
H A DArgList.cpp303 Cur.startswith(LHS) && Cur.endswith(RHS))
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py1671 if not self.impl_file.endswith('.c'):
1673 if not self.header_file.endswith('.h'):
/freebsd-9.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangAttrEmitter.cpp79 if (AttrName.endswith("__"))
89 if (AttrSpelling.startswith("__") && AttrSpelling.endswith("__")) {
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1417 return FullName.endswith(("::" + Pattern).str());

Completed in 405 milliseconds

12