Home
last modified time | relevance | path

Searched refs:fullName (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/utils/TableGen/
H A DMveEmitter.cpp838 const std::string &fullName() const { return FullName; } in fullName() function in __anondd1c47770111::ACLEIntrinsic
1483 ACLEIntrinsics[Intrinsic->fullName()] = std::move(Intrinsic); in EmitterBase()
1580 OI.Name = Int.fullName(); in EmitBuiltinCG()
1723 << Int.fullName() << ", " in EmitBuiltinAliases()
1724 << StringTable.GetOrAddStringOffset(Int.fullName()) << ", " in EmitBuiltinAliases()
1744 Checks[Check].insert(Int.fullName()); in GroupSemaChecks()
1828 Polymorphic ? Int.shortName() : Int.fullName(); in EmitHeader()
1949 OS << "BUILTIN(__builtin_arm_mve_" << Int.fullName() in EmitBuiltinDef()
2076 "__arm_" + (Polymorphic ? Int.shortName() : Int.fullName()); in EmitHeader()
2095 << "_" << Int.fullName() << ")))\n" in EmitHeader()
[all …]
/llvm-project-15.0.7/clang/test/Analysis/diagnostics/Inputs/expected-sarif/
H A Dsarif-diagnostics-taint-test.c.sarif91 "fullName": "clang static analyzer",
H A Dsarif-multi-diagnostic-test.c.sarif439 "fullName": "clang static analyzer",
/llvm-project-15.0.7/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp45 std::string fullName() const { in fullName() function
444 Name = Node.fullName(); in nearestMatchesForCodepointName()