Home
last modified time | relevance | path

Searched defs:Num32BitConstants (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParseHLSLRootSignature.h90 std::optional<uint32_t> Num32BitConstants; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DHLSLRootSignature.h39 uint32_t Num32BitConstants; member
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp500 auto Num32BitConstants = parseUIntParam(); in parseRootConstantParams() local