Home
last modified time | relevance | path

Searched refs:TokenName (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/contrib/edk2/Include/Library/
H A DPcdLib.h37 #define PcdToken(TokenName) _PCD_TOKEN_##TokenName argument
52 #define FeaturePcdGet(TokenName) _PCD_GET_MODE_BOOL_##TokenName argument
67 #define FixedPcdGet8(TokenName) _PCD_VALUE_##TokenName argument
82 #define FixedPcdGet16(TokenName) _PCD_VALUE_##TokenName argument
97 #define FixedPcdGet32(TokenName) _PCD_VALUE_##TokenName argument
112 #define FixedPcdGet64(TokenName) _PCD_VALUE_##TokenName argument
127 #define FixedPcdGetBool(TokenName) _PCD_VALUE_##TokenName argument
157 #define PatchPcdGet8(TokenName) _gPcd_BinaryPatch_##TokenName argument
438 #define FixedPcdGetSize(TokenName) _PCD_SIZE_##TokenName argument
466 #define PcdGetSize(TokenName) _PCD_GET_MODE_SIZE_##TokenName argument
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp92 StringRef TokenName = in checkAndAddLocation() local
95 size_t Offset = TokenName.find(PrevName.getNamePieces()[0]); in checkAndAddLocation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2900 IdentifierInfo *TokenName = Tok.getIdentifierInfo(); in ParseImplicitInt() local
2901 LookupResult R(Actions, TokenName, SourceLocation(), in ParseImplicitInt()
2905 << TokenName << TagName << getLangOpts().CPlusPlus in ParseImplicitInt()
2912 << TokenName << TagName; in ParseImplicitInt()