Home
last modified time | relevance | path

Searched defs:SimpleType (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCasting.h33 typedef From SimpleType; // The real type this represents... typedef
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCasting.h31 typedef From SimpleType; // The real type this represents... typedef
/external/llvm/include/llvm/Support/
DCasting.h33 typedef From SimpleType; // The real type this represents... typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCasting.h35 using SimpleType = From; // The real type this represents... member
/external/llvm/unittests/Support/
DCasting.cpp70 typedef int SimpleType; typedef
263 typedef pointer_wrappers::Base *SimpleType; typedef
269 typedef pointer_wrappers::Base *SimpleType; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DCasting.cpp82 typedef int SimpleType; typedef
338 typedef pointer_wrappers::Base *SimpleType; typedef
344 typedef pointer_wrappers::Base *SimpleType; typedef
/external/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h66 COFF::SymbolBaseType SimpleType = COFF::IMAGE_SYM_TYPE_NULL; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h80 COFF::SymbolBaseType SimpleType = COFF::IMAGE_SYM_TYPE_NULL; member
/external/deqp/modules/glshared/
DglsLifetimeTests.hpp152 class SimpleType : public Type class
155 SimpleType (const Context& ctx, const char* name, in SimpleType() function in deqp::gls::LifetimeTests::details::SimpleType