Home
last modified time | relevance | path

Searched defs:CustomType (Results 1 – 8 of 8) sorted by relevance

/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_op_undef.cpp94 typedef AbstractStruct2<cl_int, cl_float> CustomType; in TEST_UNDEF() typedef
100 typedef AbstractStruct2<cl_int, cl_char> CustomType; in TEST_SPIRV_FUNC() typedef
/external/python/cpython3/Doc/includes/
Dcustom.c9 static PyTypeObject CustomType = { variable
Dcustom2.c98 static PyTypeObject CustomType = { variable
Dcustom3.c148 static PyTypeObject CustomType = { variable
Dcustom4.c160 static PyTypeObject CustomType = { variable
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h197 CustomType, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h208 CustomType, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DRPCUtilsTest.cpp144 class CustomType : public Function<CustomType, RPCFoo(RPCFoo)> { class