Searched defs:LogicalTy (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 5624 buildDistanceFunc(Sema & Actions,QualType LogicalTy,BinaryOperator::Opcode Rel,Expr * StartExpr,Expr * StopExpr,Expr * StepExpr) buildDistanceFunc() argument 5773 buildLoopVarFunc(Sema & Actions,QualType LoopVarTy,QualType LogicalTy,DeclRefExpr * StartExpr,Expr * Step,bool Deref) buildLoopVarFunc() argument 5918 QualType LogicalTy = Ctx.getUnsignedPointerDiffType(); ActOnOpenMPCanonicalLoop() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 2044 QualType LogicalTy = DistanceFunc->getCapturedDecl() EmitOMPCanonicalLoop() local
|