Searched defs:Evt (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 270 EVT Evt = TLI.getValueType(DL, Ty, true); in isTypeLegal() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtProfile.cpp | 514 if (Expr *Evt = C->getEventHandler()) in VisitOMPDetachClause() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 2114 RebuildOMPDetachClause(Expr * Evt,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) RebuildOMPDetachClause() argument 9846 if (Expr *Evt = C->getEventHandler()) { TransformOMPDetachClause() local
|
H A D | SemaOpenMP.cpp | 23051 ActOnOpenMPDetachClause(Expr * Evt,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) ActOnOpenMPDetachClause() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 8305 OMPDetachClause(Expr * Evt,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) OMPDetachClause() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 3768 const Expr *Evt = DC->getEventHandler()->IgnoreParenImpCasts(); emitTaskInit() local
|