Searched refs:VariableName (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ |
| H A D | Consumed.h | 72 StringRef VariableName) {} in warnLoopStateMismatch() argument 84 StringRef VariableName, in warnParamReturnTypestateMismatch() argument 138 StringRef VariableName, in warnUseInInvalidState() argument
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ValistChecker.cpp | 293 std::string VariableName = Reg->getDescriptiveName(); in reportLeakedVALists() local 294 if (!VariableName.empty()) in reportLeakedVALists() 295 OS << " " << VariableName; in reportLeakedVALists()
|
| /freebsd-12.1/stand/efi/include/ |
| H A D | efiapi.h | 231 IN CHAR16 *VariableName, 242 IN OUT CHAR16 *VariableName, 250 IN const CHAR16 *VariableName,
|
| /freebsd-12.1/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiSpec.h | 647 IN CHAR16 *VariableName, 678 IN OUT CHAR16 *VariableName, 721 IN CHAR16 *VariableName,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 1887 StringRef VariableName) override { in warnLoopStateMismatch() argument 1889 VariableName); in warnLoopStateMismatch() 1895 StringRef VariableName, in warnParamReturnTypestateMismatch() argument 1900 diag::warn_param_return_typestate_mismatch) << VariableName << in warnParamReturnTypestateMismatch() 1941 void warnUseInInvalidState(StringRef MethodName, StringRef VariableName, in warnUseInInvalidState() argument 1945 MethodName << VariableName << State); in warnUseInInvalidState()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangle.h | 229 StringView VariableName);
|
| /freebsd-12.1/contrib/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangle.cpp | 334 StringView VariableName) { in synthesizeVariable() argument 337 VSN->Name = synthesizeQualifiedName(Arena, VariableName); in synthesizeVariable() 342 ArenaAllocator &Arena, StringView &MangledName, StringView VariableName) { in demangleUntypedVariable() argument 343 NamedIdentifierNode *NI = synthesizeNamedIdentifier(Arena, VariableName); in demangleUntypedVariable()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 661 std::string VariableName; in getDescriptiveName() local 696 return VariableName; in getDescriptiveName()
|