/external/clang/include/clang/AST/ |
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
|
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
|
/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 | 18 namespace diag { namespace in namespace:mcld 20 #define DIAG(ENUM, CLASS, ADDRMSG, LINEMSG) ENUM, 27 #undef DIAG 30 } // 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, \ 34 { #ENUM, diag::ENUM, STR_SIZE(#ENUM, uint8_t) }, 45 #undef DIAG
|
/frameworks/compile/mclinker/lib/LD/ |
DiagnosticInfos.cpp | 43 #define DIAG(ENUM, CLASS, ADDRDESC, LOCDESC) \ 44 { diag::ENUM, CLASS, STR_SIZE(ADDRDESC, uint16_t), ADDRDESC }, 51 #undef DIAG 59 #define DIAG(ENUM, CLASS, ADDRDESC, LOCDESC) \ 60 { diag::ENUM, CLASS, STR_SIZE(LOCDESC, uint16_t), LOCDESC }, 66 #undef DIAG 116 case diag::multiple_definitions: { 122 case diag::undefined_reference: {
|
/external/eigen/blas/ |
common.h | 51 #define DIAG(X) ( ((X)=='N' || (X)=='N') ? NUNIT \
|
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...] |
dtpmv.f | 1 SUBROUTINE DTPMV(UPLO,TRANS,DIAG,N,AP,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 73 * Note that when DIAG = 'U' or 'u', the diagonal elements of 126 ELSE IF (.NOT.LSAME(DIAG,'U') .AND. .NOT.LSAME(DIAG,'N')) THEN 142 NOUNIT = LSAME(DIAG,'N' [all...] |
dtpsv.f | 1 SUBROUTINE DTPSV(UPLO,TRANS,DIAG,N,AP,X,INCX) 4 CHARACTER DIAG,TRANS,UPLO 48 * DIAG - CHARACTER*1. 49 * On entry, DIAG specifies whether or not A is unit 52 * DIAG = 'U' or 'u' A is assumed to be unit triangular. 54 * DIAG = 'N' or 'n' A is not assumed to be unit 76 * Note that when DIAG = 'U' or 'u', the diagonal elements of 129 ELSE IF (.NOT.LSAME(DIAG,'U') .AND. .NOT.LSAME(DIAG,'N')) THEN 145 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...] |
stpmv.f | 1 SUBROUTINE STPMV(UPLO,TRANS,DIAG,N,AP,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 73 * Note that when DIAG = 'U' or 'u', the diagonal elements of 126 ELSE IF (.NOT.LSAME(DIAG,'U') .AND. .NOT.LSAME(DIAG,'N')) THEN 142 NOUNIT = LSAME(DIAG,'N' [all...] |
stpsv.f | 1 SUBROUTINE STPSV(UPLO,TRANS,DIAG,N,AP,X,INCX) 4 CHARACTER DIAG,TRANS,UPLO 48 * DIAG - CHARACTER*1. 49 * On entry, DIAG specifies whether or not A is unit 52 * DIAG = 'U' or 'u' A is assumed to be unit triangular. 54 * DIAG = 'N' or 'n' A is not assumed to be unit 76 * Note that when DIAG = 'U' or 'u', the diagonal elements of 129 ELSE IF (.NOT.LSAME(DIAG,'U') .AND. .NOT.LSAME(DIAG,'N')) THEN 145 NOUNIT = LSAME(DIAG,'N' [all...] |
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...] |
ctpmv.f | 1 SUBROUTINE CTPMV(UPLO,TRANS,DIAG,N,AP,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 73 * Note that when DIAG = 'U' or 'u', the diagonal elements of 129 ELSE IF (.NOT.LSAME(DIAG,'U') .AND. .NOT.LSAME(DIAG,'N')) THEN 146 NOUNIT = LSAME(DIAG,'N' [all...] |
ctpsv.f | 1 SUBROUTINE CTPSV(UPLO,TRANS,DIAG,N,AP,X,INCX) 4 CHARACTER DIAG,TRANS,UPLO 48 * DIAG - CHARACTER*1. 49 * On entry, DIAG specifies whether or not A is unit 52 * DIAG = 'U' or 'u' A is assumed to be unit triangular. 54 * DIAG = 'N' or 'n' A is not assumed to be unit 76 * Note that when DIAG = 'U' or 'u', the diagonal elements of 132 ELSE IF (.NOT.LSAME(DIAG,'U') .AND. .NOT.LSAME(DIAG,'N')) THEN 149 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...] |
ztpmv.f | 1 SUBROUTINE ZTPMV(UPLO,TRANS,DIAG,N,AP,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 73 * Note that when DIAG = 'U' or 'u', the diagonal elements of 129 ELSE IF (.NOT.LSAME(DIAG,'U') .AND. .NOT.LSAME(DIAG,'N')) THEN 146 NOUNIT = LSAME(DIAG,'N' [all...] |
/external/clang/include/clang/Basic/ |
DiagnosticIDs.h | 28 namespace diag { namespace in namespace:clang 51 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\ 56 #undef DIAG 82 static DiagnosticMappingInfo Make(diag::Mapping Mapping, bool IsUser, 94 diag::Mapping getMapping() const { return diag::Mapping(Mapping); } 95 void setMapping(diag::Mapping Value) { Mapping = Value; } 122 diag::CustomDiagInfo *CustomDiagInfo; 233 SmallVectorImpl<diag::kind> &Diags) const; 236 void getAllDiagnostics(SmallVectorImpl<diag::kind> &Diags) const [all...] |