Searched defs:NumVars (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp60 const size_t NumVars = Vars.size(); local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h45 unsigned NumVars; member in class:clang::final
429 unsigned NumVars = 0; member in class:clang::final
[all...]
H A DOpenMPClause.h195 unsigned NumVars; member in class:clang::OMPVarListClause
3196 OMPLinearClause(SourceLocation StartLoc, SourceLocation LParenLoc, OpenMPLinearClauseKind Modifier, SourceLocation ModifierLoc, SourceLocation ColonLoc, SourceLocation EndLoc, unsigned NumVars) argument
3208 OMPLinearClause(unsigned NumVars) argument
3463 OMPAlignedClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, unsigned NumVars) argument
3473 OMPAlignedClause(unsigned NumVars) argument
4294 unsigned NumVars; member in struct:clang::OMPMappableExprListSizeTy
4302 OMPMappableExprListSizeTy(unsigned NumVars, unsigned NumUniqueDeclarations, unsigned NumComponentLists, unsigned NumComponents) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp50 unsigned NumVars = 0; member in struct:PerFunctionStats
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp507 CreateEmpty(const ASTContext &C, unsigned NumVars) argument
534 CreateEmpty(const ASTContext &C, unsigned NumVars) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2634 unsigned NumVars = D->varlist_size(); local
2645 unsigned NumVars = D->varlist_size(); local
3984 unsigned NumVars = Record.readInt(); local

Completed in 108 milliseconds