HomeSort by: relevance | last modified time | path
    Searched defs:FullName (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
Attributes.cpp 88 SmallString<64> FullName = ScopeName;
92 FullName += "::";
94 FullName += AttrName;
96 return FullName;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyCompilandDumper.cpp 49 std::string FullName = Symbol.getName();
50 if (Printer.IsCompilandExcluded(FullName))
54 WithColor(Printer, PDB_ColorItem::Path).get() << FullName;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CheckerRegistryData.cpp 51 Out << FullName << " (" << toString(State) << (IsHidden ? ", hidden" : "")
61 Out << " " << Dependency->FullName << '\n';
65 Out << " " << Dependency->FullName << '\n';
72 Out << FullName << "\n";
85 if (!Checker.FullName.startswith(PackageName))
89 if (Checker.FullName.size() == PackageName.size())
93 if (Checker.FullName[PackageName.size()] == PackageSeparator)
134 size_t NameLength = Checker.FullName.size();
143 AnalyzerOptions::printFormattedEntry(Out, {Checker.FullName, Description},
161 if (Checker.FullName.startswith("alpha"))
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistryData.h 106 StringRef FullName;
127 return FullName == Rhs.FullName;
132 : Initialize(Fn), ShouldRegister(sfn), FullName(Name), Desc(Desc),
136 explicit CheckerInfo(StringRef FullName) : FullName(FullName) {}
147 StringRef FullName;
153 return FullName == Rhs.FullName;
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
ParsedAttr.cpp 132 std::string FullName = A.getNormalizedFullName();
139 if (S.Syntax == SyntaxUsed && S.NormalizedFullName == FullName)
SemaDeclAttr.cpp 5114 int32_t FullName;
5129 StringRef FullName(&IntrinNames[It->FullName]);
5130 if (AliasName == FullName)
  /src/usr.bin/make/
arch.c 171 FullName(const char *archive, const char *member)
292 char *fullName;
302 fullName = FullName(lib.str, mem.str);
303 p = fullName;
311 gn = Targ_GetNode(fullName);
317 free(fullName);
321 free(fullName);
330 char *fullname = FullName(lib.str, member) local
342 char *fullname = FullName(lib.str, mem.str); local
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 480 static bool consumeNameSuffix(StringRef &FullName, StringRef Suffix) {
481 StringRef Name = FullName;
490 FullName = Name;
651 const StringRef FullName = OS.str();
655 if (FullName == Pattern)
657 } else if (FullName.endswith(Pattern) &&
658 FullName.drop_back(Pattern.size()).endswith("::")) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 107 std::string FullName)
108 : FDecl(FDecl), Name(Name), FullName(std::move(FullName)) {}
125 std::string FullName = FDecl->getQualifiedNameAsString();
126 if (Name.empty() || FullName.empty())
129 return FunctionData{FDecl, Name, std::move(FullName)};
133 return StringRef(FullName).startswith(Scope);
138 const std::string FullName;
429 llvm::StringSwitch<TaintPropagationRule>(FData.FullName)
  /src/external/apache2/llvm/dist/llvm/lib/Object/
Archive.cpp 424 SmallString<128> FullName = sys::path::parent_path(
426 sys::path::append(FullName, Name);
427 return std::string(FullName.str());
444 const std::string &FullName = *FullNameOrErr;
445 ErrorOr<std::unique_ptr<MemoryBuffer>> Buf = MemoryBuffer::getFile(FullName);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 745 def FullName(self):
750 """FullName after removing the local path to the repository.
759 fullname = self.FullName()
761 if os.path.exists(fullname):
762 project_dir = os.path.dirname(fullname)
774 return fullname[len(prefix) + 1:]
778 root_dir = os.path.dirname(fullname)
789 return fullname[len(prefix) + 1:]
792 return fullname
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/
efishell.h 55 CONST CHAR16 *FullName;
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
SveEmitter.cpp 924 std::string FullName = mangleName(ClassS);
929 << "__builtin_sve_" << FullName << ")))\n";
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 192 SmallString<128> FullName;
199 Mangler::getNameWithPrefix(FullName, GV->getName(), DL);
200 return std::string(FullName.str());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 1441 std::string FullName = "__typeid_";
1442 raw_string_ostream OS(FullName);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 2129 std::string FullName = getFullyQualifiedName(Ty);
2131 EnumRecord ER(EnumeratorCount, CO, FTI, FullName, Ty->getIdentifier(),
2289 std::string FullName = getFullyQualifiedName(Ty);
2291 FullName, Ty->getIdentifier());
2320 std::string FullName = getFullyQualifiedName(Ty);
2325 SizeInBytes, FullName, Ty->getIdentifier());
2342 std::string FullName = getFullyQualifiedName(Ty);
2343 UnionRecord UR(0, CO, TypeIndex(), 0, FullName, Ty->getIdentifier());
2362 std::string FullName = getFullyQualifiedName(Ty);
2364 UnionRecord UR(FieldCount, CO, FieldTI, SizeInBytes, FullName,
    [all...]

Completed in 53 milliseconds