Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/
H A Dcond1.C21 const unsigned char &AtC(int anIndex) const;
25 {return(AtC(anIndex));}
/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D1602.chain11 NQvXWlG0zr02DHSJeT92d+AtC+/BjMUopzBOozvrbsQ19rsr5hVwD+sm1cAKk8tv
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp11105 const OMPAtClause *AtC = in ActOnOpenMPErrorDirective() local
11108 if (AtC && !InExContext && AtC->getAtKind() == OMPC_AT_execution) { in ActOnOpenMPErrorDirective()
11109 Diag(AtC->getAtKindKwLoc(), diag::err_omp_unexpected_execution_modifier); in ActOnOpenMPErrorDirective()
11119 if (!AtC || AtC->getAtKind() == OMPC_AT_compilation) { in ActOnOpenMPErrorDirective()