Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
HDConsumed.h71 StringRef VariableName) {} in warnLoopStateMismatch() argument
83 StringRef VariableName, in warnParamReturnTypestateMismatch() argument
137 StringRef VariableName, in warnUseInInvalidState() argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDValistChecker.cpp293 std::string VariableName = Reg->getDescriptiveName(); in reportLeakedVALists() local
294 if (!VariableName.empty()) in reportLeakedVALists()
295 OS << " " << VariableName; in reportLeakedVALists()
/freebsd-13-stable/stand/efi/include/
HDefiapi.h234 IN CHAR16 *VariableName,
245 IN OUT CHAR16 *VariableName,
253 IN const CHAR16 *VariableName,
/freebsd-13-stable/sys/contrib/edk2/Include/Uefi/
HDUefiSpec.h670 IN CHAR16 *VariableName,
707 IN OUT CHAR16 *VariableName,
748 IN CHAR16 *VariableName,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDAnalysisBasedWarnings.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-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
HDMicrosoftDemangle.h242 std::string_view VariableName);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Demangle/
HDMicrosoftDemangle.cpp380 std::string_view VariableName) { in synthesizeVariable() argument
383 VSN->Name = synthesizeQualifiedName(Arena, VariableName); in synthesizeVariable()
390 std::string_view VariableName) { in demangleUntypedVariable() argument
391 NamedIdentifierNode *NI = synthesizeNamedIdentifier(Arena, VariableName); in demangleUntypedVariable()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDMemRegion.cpp719 std::string VariableName; in getDescriptiveName() local
762 return VariableName; in getDescriptiveName()