Home
last modified time | relevance | path

Searched refs:getLikelihoodAttr (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/AST/
DStmt.cpp162 const Attr *Stmt::getLikelihoodAttr(const Stmt *S) { in getLikelihoodAttr() function in Stmt
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DStmt.h1202 static const Attr *getLikelihoodAttr(const Stmt *S); in alignas()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGStmt.cpp925 } else if (const Attr *A = Stmt::getLikelihoodAttr(S.getBody())) { in EmitWhileStmt()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaStmt.cpp905 if (const Attr *A = Stmt::getLikelihoodAttr(S)) { in ActOnIfStmt()