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

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCheckDebugify.cpp48 unsigned NumVars = getDebugifyOperand(1); variable
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp59 const size_t NumVars = Vars.size(); local
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp3909 unsigned NumVars = Record.readInt(); local
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h282 unsigned NumVars; member in class:clang::OMPVarListClause
3934 OMPLinearClause(SourceLocation StartLoc, SourceLocation LParenLoc, OpenMPLinearClauseKind Modifier, SourceLocation ModifierLoc, SourceLocation ColonLoc, SourceLocation EndLoc, unsigned NumVars) argument
3946 OMPLinearClause(unsigned NumVars) argument
4201 OMPAlignedClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, unsigned NumVars) argument
4211 OMPAlignedClause(unsigned NumVars) argument
5156 unsigned NumVars; member in struct:clang::OMPMappableExprListSizeTy
5164 OMPMappableExprListSizeTy(unsigned NumVars, unsigned NumUniqueDeclarations, unsigned NumComponentLists, unsigned NumComponents) argument
[all...]

Completed in 204 milliseconds