Home
last modified time | relevance | path

Searched refs:ALoc (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/unittests/Analysis/
DAliasAnalysisTest.cpp287 MemoryLocation ALoc(A, LocationSize::precise(1)); in TEST_F() local
293 EXPECT_EQ(MayAlias, AA.alias(ALoc, BLoc)); in TEST_F()
297 EXPECT_EQ(MayAlias, BatchAA.alias(ALoc, BLoc)); in TEST_F()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h901 OMPDefaultClause(llvm::omp::DefaultKind A, SourceLocation ALoc, in OMPDefaultClause() argument
905 LParenLoc(LParenLoc), Kind(A), KindKwLoc(ALoc) {} in OMPDefaultClause()
983 OMPProcBindClause(llvm::omp::ProcBindKind A, SourceLocation ALoc, in OMPProcBindClause() argument
987 LParenLoc(LParenLoc), Kind(A), KindKwLoc(ALoc) {} in OMPProcBindClause()
1243 SourceLocation ALoc, SourceLocation StartLoc, in OMPAtomicDefaultMemOrderClause() argument
1247 LParenLoc(LParenLoc), Kind(A), KindKwLoc(ALoc) {} in OMPAtomicDefaultMemOrderClause()
7233 OMPOrderClause(OpenMPOrderClauseKind A, SourceLocation ALoc, in OMPOrderClause() argument
7237 LParenLoc(LParenLoc), Kind(A), KindKwLoc(ALoc) {} in OMPOrderClause()
/external/clang/include/clang/AST/
DOpenMPClause.h584 OMPDefaultClause(OpenMPDefaultClauseKind A, SourceLocation ALoc, in OMPDefaultClause() argument
588 Kind(A), KindKwLoc(ALoc) {} in OMPDefaultClause()
657 OMPProcBindClause(OpenMPProcBindClauseKind A, SourceLocation ALoc, in OMPProcBindClause() argument
661 Kind(A), KindKwLoc(ALoc) {} in OMPProcBindClause()