Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/
H A Dxcore-stringtype.c29 void builtinType(_Bool B, char C, unsigned char UC, signed char SC, short S, in builtinType() function
/llvm-project/mlir/test/lib/IR/
H A DTestBytecodeRoundtrip.cpp361 Type builtinType = iface->readType(reader); in runTest5() local
/llvm-project/mlir/lib/Conversion/GPUToSPIRV/
H A DGPUToSPIRV.cpp163 spirv::getBuiltinVariableValue(op, builtin, builtinType, rewriter); in matchAndRewrite() local
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1045 const AstTypeMatcher<BuiltinType> builtinType; global() variable