Home
last modified time | relevance | path

Searched refs:boolTy (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/Misc/
Dinteger-literal-printing.cpp10 enum class boolTy : bool { enum
14 template <boolTy T> struct Type3Helper;
15 template <> struct Type3Helper<boolTy::b> { typedef boolTy Ty; };
16 template <boolTy T, typename Type3Helper<T>::Ty U> struct Type3 {};
71 …struct Type3<boolTy::b, "3"> t3; // expected-error{{value of type 'const char [2]' is not implicit… in Function()
/external/llvm-project/clang/test/Misc/
Dinteger-literal-printing.cpp10 enum class boolTy : bool { enum
14 template <boolTy T> struct Type3Helper;
15 template <> struct Type3Helper<boolTy::b> { typedef boolTy Ty; };
16 template <boolTy T, typename Type3Helper<T>::Ty U> struct Type3 {};
71 …struct Type3<boolTy::b, "3"> t3; // expected-error{{value of type 'const char [2]' is not implicit… in Function()
/external/llvm-project/mlir/unittests/IR/
DAttributeTest.cpp36 IntegerType boolTy = IntegerType::get(1, &context); in TEST() local
37 RankedTensorType shape = RankedTensorType::get({2, 2}, boolTy); in TEST()
61 IntegerType boolTy = IntegerType::get(1, &context); in TEST() local
62 RankedTensorType shape = RankedTensorType::get({boolCount}, boolTy); in TEST()
84 IntegerType boolTy = IntegerType::get(1, &context); in TEST() local
85 RankedTensorType shape = RankedTensorType::get({6}, boolTy); in TEST()
/external/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp1707 llvm::Type *boolTy = CGM.getTypes().ConvertTypeForMem(destType); in emitForMemory() local
1708 return llvm::ConstantExpr::getZExt(C, boolTy); in emitForMemory()
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp1196 Type boolTy = builder.getI1Type(); in parseBranchConditionalOp() local
1198 parser.resolveOperand(condInfo, boolTy, state.operands)) in parseBranchConditionalOp()
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp4234 auto boolTy = i1Ty; in createCoroutine() local
4239 jit->coroutine.await = rr::createFunction("coroutine_await", boolTy, { handleTy, promisePtrTy }); in createCoroutine()