HomeSort by relevance Sort by last modified time
    Searched refs:DIAG (Results 26 - 33 of 33) sorted by null

12

  /external/clang/lib/Basic/
DiagnosticIDs.cpp 69 #define DIAG(ENUM, CLASS, DEFAULT_SEVERITY, DESC, GROUP, SFINAE, NOWERROR, \
72 diag::ENUM, DEFAULT_SEVERITY, CLASS, DiagnosticIDs::SFINAE, NOWERROR, \
86 #undef DIAG
100 "Diag ID conflict, the enums at the start of clang::diag (in "
104 "Improperly sorted diag info");
110 // Out of bounds diag. Can't be in the table.
111 using namespace diag;
148 // If the diag id doesn't match we found a different diag, abort. This ca
252 namespace diag { namespace in namespace:clang
    [all...]
  /external/eigen/blas/testing/
dblat3.f     [all...]
sblat3.f     [all...]
cblat3.f     [all...]
zblat3.f     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 107 Diag(loc, diag::err_arc_init_method_unrelated_result_type);
141 Diag(NewMethod->getLocation(),
142 diag::warn_related_result_type_compatibility_class)
147 Diag(NewMethod->getLocation(),
148 diag::warn_related_result_type_compatibility_protocol)
154 Diag(Overridden->getLocation(),
155 diag::note_related_result_type_family)
159 Diag(Overridden->getLocation(),
160 diag::note_related_result_type_overridden)
    [all...]
  /external/eigen/blas/
level3_impl.h 66 int EIGEN_BLAS_FUNC(trsm)(char *side, char *uplo, char *opa, char *diag, int *m, int *n, RealScalar *palpha, RealScalar *pa, int *lda, RealScalar *pb, int *ldb)
68 // std::cerr << "in trsm " << *side << " " << *uplo << " " << *opa << " " << *diag << " " << *m << "," << *n << " " << *palpha << " " << *lda << " " << *ldb<< "\n";
122 else if(DIAG(*diag)==INVALID) info = 4;
130 int code = OP(*opa) | (SIDE(*side) << 2) | (UPLO(*uplo) << 3) | (DIAG(*diag) << 4);
152 int EIGEN_BLAS_FUNC(trmm)(char *side, char *uplo, char *opa, char *diag, int *m, int *n, RealScalar *palpha, RealScalar *pa, int *lda, RealScalar *pb, int *ldb)
154 // std::cerr << "in trmm " << *side << " " << *uplo << " " << *opa << " " << *diag << " " << *m << " " << *n << " " << *lda << " " << *ldb << " " << *palpha << "\n";
206 else if(DIAG(*diag)==INVALID) info = 4
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sti.h 221 typedef STI_DIAG DIAG;

Completed in 169 milliseconds

12