Home
last modified time | relevance | path

Searched defs:IntConstant (Results 1 – 4 of 4) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dconstants.h45 class IntConstant; variable
192 IntConstant(const Integer* ty, const std::vector<uint32_t>& w) in IntConstant() function
194 IntConstant(const Integer* ty, std::vector<uint32_t>&& w) in IntConstant() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.h45 class IntConstant; variable
177 IntConstant(const Integer* ty, const std::vector<uint32_t>& w) in IntConstant() function
179 IntConstant(const Integer* ty, std::vector<uint32_t>&& w) in IntConstant() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.h45 class IntConstant; variable
192 IntConstant(const Integer* ty, const std::vector<uint32_t>& w) in IntConstant() function
194 IntConstant(const Integer* ty, std::vector<uint32_t>&& w) in IntConstant() function
/external/javassist/src/main/javassist/compiler/
DTokenId.java105 int IntConstant = 402; field