Home
last modified time | relevance | path

Searched refs:VariableName (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DConsumed.h71 StringRef VariableName) {} in warnLoopStateMismatch() argument
83 StringRef VariableName, in warnParamReturnTypestateMismatch() argument
137 StringRef VariableName, in warnUseInInvalidState() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp294 std::string VariableName = Reg->getDescriptiveName(); in reportLeakedVALists() local
295 if (!VariableName.empty()) in reportLeakedVALists()
296 OS << " " << VariableName; in reportLeakedVALists()
/freebsd-14.2/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h670 IN CHAR16 *VariableName,
707 IN OUT CHAR16 *VariableName,
748 IN CHAR16 *VariableName,
/freebsd-14.2/stand/efi/include/
H A Defiapi.h234 IN CHAR16 *VariableName,
245 IN OUT CHAR16 *VariableName,
253 IN const CHAR16 *VariableName,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2114 StringRef VariableName) override { in warnLoopStateMismatch() argument
2116 VariableName); in warnLoopStateMismatch()
2122 StringRef VariableName, in warnParamReturnTypestateMismatch() argument
2127 diag::warn_param_return_typestate_mismatch) << VariableName << in warnParamReturnTypestateMismatch()
2168 void warnUseInInvalidState(StringRef MethodName, StringRef VariableName, in warnUseInInvalidState() argument
2172 MethodName << VariableName << State); in warnUseInInvalidState()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h234 std::string_view VariableName);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp367 std::string_view VariableName) { in synthesizeVariable() argument
370 VSN->Name = synthesizeQualifiedName(Arena, VariableName); in synthesizeVariable()
377 std::string_view VariableName) { in demangleUntypedVariable() argument
378 NamedIdentifierNode *NI = synthesizeNamedIdentifier(Arena, VariableName); in demangleUntypedVariable()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp708 std::string VariableName; in getDescriptiveName() local
743 return VariableName; in getDescriptiveName()