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

1 2

  /external/clang/include/clang/AST/
CommentDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
ASTDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
  /external/clang/include/clang/Analysis/
AnalysisDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
  /external/clang/include/clang/Driver/
DriverDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
  /external/clang/include/clang/Frontend/
FrontendDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
  /external/clang/include/clang/Lex/
LexDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
  /external/clang/include/clang/Parse/
ParseDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
  /external/clang/include/clang/Sema/
SemaDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
  /external/clang/include/clang/Serialization/
SerializationDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticInfos.h 15 namespace diag { namespace in namespace:mcld
17 #define DIAG(ENUM, CLASS, ADDRMSG, LINEMSG) ENUM,
26 #undef DIAG
29 } // namespace of diag
  /external/clang/tools/diagtool/
DiagnosticNames.cpp 18 #define DIAG_NAME_INDEX(ENUM) { #ENUM, diag::ENUM, STR_SIZE(#ENUM, uint8_t) },
31 #define DIAG(ENUM,CLASS,DEFAULT_MAPPING,DESC,GROUP, \
33 { #ENUM, diag::ENUM, STR_SIZE(#ENUM, uint8_t) },
44 #undef DIAG
  /external/srec/srec/include/
hmm_desc.h 39 #define DIAG (1<<4) /* Diagonal covariance model */
  /frameworks/compile/mclinker/lib/LD/
DiagnosticInfos.cpp 43 #define DIAG(ENUM, CLASS, ADDRDESC, LOCDESC) \
44 { diag::ENUM, CLASS, STR_SIZE(ADDRDESC, uint16_t), ADDRDESC },
53 #undef DIAG
61 #define DIAG(ENUM, CLASS, ADDRDESC, LOCDESC) \
62 { diag::ENUM, CLASS, STR_SIZE(LOCDESC, uint16_t), LOCDESC },
71 #undef DIAG
121 case diag::multiple_definitions: {
127 case diag::undefined_reference:
128 case diag::undefined_reference_text: {
150 case diag::debug_print_gc_sections:
    [all...]
  /external/eigen/blas/
ctbmv.f 1 SUBROUTINE CTBMV(UPLO,TRANS,DIAG,N,K,A,LDA,X,INCX)
4 CHARACTER DIAG,TRANS,UPLO
45 * DIAG - CHARACTER*1.
46 * On entry, DIAG specifies whether or not A is unit
49 * DIAG = 'U' or 'u' A is assumed to be unit triangular.
51 * DIAG = 'N' or 'n' A is not assumed to be unit
106 * Note that when DIAG = 'U' or 'u' the elements of the array A
169 ELSE IF (.NOT.LSAME(DIAG,'U') .AND. .NOT.LSAME(DIAG,'N')) THEN
190 NOUNIT = LSAME(DIAG,'N'
    [all...]
dtbmv.f 1 SUBROUTINE DTBMV(UPLO,TRANS,DIAG,N,K,A,LDA,X,INCX)
4 CHARACTER DIAG,TRANS,UPLO
45 * DIAG - CHARACTER*1.
46 * On entry, DIAG specifies whether or not A is unit
49 * DIAG = 'U' or 'u' A is assumed to be unit triangular.
51 * DIAG = 'N' or 'n' A is not assumed to be unit
106 * Note that when DIAG = 'U' or 'u' the elements of the array A
169 ELSE IF (.NOT.LSAME(DIAG,'U') .AND. .NOT.LSAME(DIAG,'N')) THEN
189 NOUNIT = LSAME(DIAG,'N'
    [all...]
stbmv.f 1 SUBROUTINE STBMV(UPLO,TRANS,DIAG,N,K,A,LDA,X,INCX)
4 CHARACTER DIAG,TRANS,UPLO
45 * DIAG - CHARACTER*1.
46 * On entry, DIAG specifies whether or not A is unit
49 * DIAG = 'U' or 'u' A is assumed to be unit triangular.
51 * DIAG = 'N' or 'n' A is not assumed to be unit
106 * Note that when DIAG = 'U' or 'u' the elements of the array A
169 ELSE IF (.NOT.LSAME(DIAG,'U') .AND. .NOT.LSAME(DIAG,'N')) THEN
189 NOUNIT = LSAME(DIAG,'N'
    [all...]
ztbmv.f 1 SUBROUTINE ZTBMV(UPLO,TRANS,DIAG,N,K,A,LDA,X,INCX)
4 CHARACTER DIAG,TRANS,UPLO
45 * DIAG - CHARACTER*1.
46 * On entry, DIAG specifies whether or not A is unit
49 * DIAG = 'U' or 'u' A is assumed to be unit triangular.
51 * DIAG = 'N' or 'n' A is not assumed to be unit
106 * Note that when DIAG = 'U' or 'u' the elements of the array A
169 ELSE IF (.NOT.LSAME(DIAG,'U') .AND. .NOT.LSAME(DIAG,'N')) THEN
190 NOUNIT = LSAME(DIAG,'N'
    [all...]
level2_impl.h 76 int EIGEN_BLAS_FUNC(trsv)(char *uplo, char *opa, char *diag, int *n, RealScalar *pa, int *lda, RealScalar *pb, int *incb)
112 else if(DIAG(*diag)==INVALID) info = 3;
121 int code = OP(*opa) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3);
131 int EIGEN_BLAS_FUNC(trmv)(char *uplo, char *opa, char *diag, int *n, RealScalar *pa, int *lda, RealScalar *pb, int *incb)
167 else if(DIAG(*diag)==INVALID) info = 3;
181 int code = OP(*opa) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3)
    [all...]
common.h 54 #define DIAG(X) ( ((X)=='N' || (X)=='n') ? NUNIT \
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 27 namespace diag { namespace in namespace:clang
50 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
55 #undef DIAG
80 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser,
91 diag::Severity getSeverity() const { return (diag::Severity)Severity; }
92 void setSeverity(diag::Severity Value) { Severity = (unsigned)Value; }
116 diag::CustomDiagInfo *CustomDiagInfo;
232 SmallVectorImpl<diag::kind> &Diags) const;
235 void getAllDiagnostics(SmallVectorImpl<diag::kind> &Diags) const
    [all...]
  /external/iproute2/lib/
ll_proto.c 51 __PF(DIAG,diag)
  /external/eigen/blas/testing/
cblat2.f     [all...]
dblat2.f     [all...]
sblat2.f     [all...]
zblat2.f     [all...]

Completed in 584 milliseconds

1 2