Searched refs:VariableName (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-types/ |
| H A D | EFI_RUNTIME_SERVICES.h | 68 typedef EFI_STATUS(EFIAPI *EFI_GET_VARIABLE)(char16_t *VariableName, 73 char16_t *VariableName, 75 typedef EFI_STATUS(EFIAPI *EFI_SET_VARIABLE)(char16_t *VariableName,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | Consumed.h | 71 StringRef VariableName) {} in warnLoopStateMismatch() argument 83 StringRef VariableName, in warnParamReturnTypestateMismatch() argument 137 StringRef VariableName, in warnUseInInvalidState() argument
|
| /freebsd/sys/contrib/edk2/Include/IndustryStandard/ |
| H A D | UefiTcgPlatform.h | 242 EFI_GUID VariableName; member 258 EFI_GUID VariableName; member 269 EFI_GUID VariableName; member
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GICombinerEmitter.cpp | |
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | FormBrowser2.h | 158 IN CONST CHAR16 *VariableName OPTIONAL
|
| /freebsd/contrib/llvm-project/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/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiSpec.h | 707 IN CHAR16 *VariableName, 748 IN OUT CHAR16 *VariableName, 792 IN CHAR16 *VariableName,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangle.h | 250 std::string_view VariableName);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 2318 StringRef VariableName) override { in warnLoopStateMismatch() argument 2320 VariableName); in warnLoopStateMismatch() 2326 StringRef VariableName, in warnParamReturnTypestateMismatch() argument 2331 diag::warn_param_return_typestate_mismatch) << VariableName << in warnParamReturnTypestateMismatch() 2372 void warnUseInInvalidState(StringRef MethodName, StringRef VariableName, in warnUseInInvalidState() argument 2376 MethodName << VariableName << State); in warnUseInInvalidState()
|
| /freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangle.cpp | 381 std::string_view VariableName) { in synthesizeVariable() argument 384 VSN->Name = synthesizeQualifiedName(Arena, VariableName); in synthesizeVariable() 391 std::string_view VariableName) { in demangleUntypedVariable() argument 392 NamedIdentifierNode *NI = synthesizeNamedIdentifier(Arena, VariableName); in demangleUntypedVariable()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 728 std::string VariableName; in getDescriptiveName() local 786 return VariableName; in getDescriptiveName()
|