Home
last modified time | relevance | path

Searched defs:boolType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp927 QualType boolType = getContext().BoolTy; in evalBinOpLL() local
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp818 Type boolType = cir::BoolType::get(builder.getContext()); in parse() local