Searched refs:VariableName (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DConsumed.h68 /// \param VariableName -- The name of the variable that has a mismatched
71 StringRef VariableName) {}
83 StringRef VariableName,
132 /// \param VariableName -- The name of the variable that holds the unique
137 StringRef VariableName,
70 warnLoopStateMismatch(SourceLocation Loc, StringRef VariableName) argument
82 warnParamReturnTypestateMismatch(SourceLocation Loc, StringRef VariableName, StringRef ExpectedState, StringRef ObservedState) argument
136 warnUseInInvalidState(StringRef MethodName, StringRef VariableName, StringRef State, SourceLocation Loc) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp294 std::string VariableName = Reg->getDescriptiveName(); local
295 if (!VariableName.empty())
296 OS << " " << VariableName; local
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp93 std::string VariableName; member in class:__anon2928::MatchDataInfo
96 MatchDataInfo(StringRef PatternSymbol, StringRef Type, StringRef VariableName) argument
97 : PatternSymbol(PatternSymbol), Type(Type), VariableName(VariableName) {}
101 StringRef getVariableName() const { return VariableName; };
/freebsd-11-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h623 @param[in] VariableName A Null-terminated string that is the name of the vendor's
636 @retval EFI_INVALID_PARAMETER VariableName is NULL.
647 IN CHAR16 *VariableName,
657 @param[in, out] VariableNameSize The size of the VariableName buffer.
658 @param[in, out] VariableName On input, supplies the last VariableName that was returned
669 @retval EFI_INVALID_PARAMETER VariableName is NULL.
678 IN OUT CHAR16 *VariableName,
685 @param[in] VariableName A Null-terminated string that is the name of the vendor's variable.
686 Each VariableName i
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h231 StringView VariableName);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp343 StringView VariableName) {
346 VSN->Name = synthesizeQualifiedName(Arena, VariableName);
351 ArenaAllocator &Arena, StringView &MangledName, StringView VariableName) {
352 NamedIdentifierNode *NI = synthesizeNamedIdentifier(Arena, VariableName);
341 synthesizeVariable(ArenaAllocator &Arena, TypeNode *Type, StringView VariableName) argument
350 demangleUntypedVariable( ArenaAllocator &Arena, StringView &MangledName, StringView VariableName) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1903 StringRef VariableName) override {
1905 VariableName);
1911 StringRef VariableName,
1916 diag::warn_param_return_typestate_mismatch) << VariableName <<
1957 void warnUseInInvalidState(StringRef MethodName, StringRef VariableName,
1961 MethodName << VariableName << State);
/freebsd-11-stable/stand/efi/include/
H A Defiapi.h235 IN CHAR16 *VariableName,
246 IN OUT CHAR16 *VariableName,
254 IN const CHAR16 *VariableName,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp660 std::string VariableName; local
695 return VariableName;

Completed in 217 milliseconds