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

12

  /external/clang/lib/Parse/
ParseExpr.cpp 13 /// Expressions in C99 basically consist of a bunch of binary operators with
16 /// In the C99 grammar, these unary operators bind tightest and are represented
38 /// Note: we diverge from the C99 grammar when parsing the assignment-expression
39 /// production. C99 specifies that the LHS of an assignment operator should be
53 /// multiplicative-expression: [C99 6.5.5]
60 /// additive-expression: [C99 6.5.6]
65 /// shift-expression: [C99 6.5.7]
70 /// relational-expression: [C99 6.5.8]
77 /// equality-expression: [C99 6.5.9]
82 /// AND-expression: [C99 6.5.10
    [all...]
ParseDecl.cpp 35 // C99 6.7: Declarations.
39 /// type-name: [C99 6.7.6]
100 /// attrib-name '(' argument-expression-list [C99 6.5.2] ')'
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 496 /// DefaultFunctionArrayConversion (C99 6.3.2.1p3, C99 6.3.2.1p4).
528 // to type'...". In C99 this was changed to: C99 6.3.2.1p3: "an expression
530 // (C90) to "an expression" (C99).
536 if (getLangOpts().C99 || getLangOpts().CPlusPlus || E->isLValue())
680 // C99 6.3.2.1p2:
745 /// operators (C99 6.3). The conversions of array and function types are
766 // C99 6.3.1.1p2:
794 /// DefaultArgumentPromotion (C99 6.5.2.2p6). Used for function calls tha
    [all...]
SemaDecl.cpp 789 // We also allow this in C99 as an extension.
    [all...]
SemaInit.cpp 89 // C99 6.7.8p15 (with correction from DR343), or C11 6.7.9p15:
157 // C99 6.7.8p14. We have an array of character type with unknown size
160 // Return a new array type (C99 6.7.8p22).
189 // C99 6.7.8p14.
228 /// C99 designators cause changes in the initializer list traversal,
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 386 } else if (LO.C99) {
    [all...]
  /external/clang/lib/Basic/
Targets.cpp 48 // If in GNU mode (e.g. -std=gnu99 but not -std=c99) define the raw identifier
612 // Solaris headers require _XOPEN_SOURCE to be set to 600 for C99 and
614 // ensure that you are not using C99 with an old version of X/Open or C89
616 if (Opts.C99)
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/libedit/
configure     [all...]
  /external/libopus/
configure     [all...]
  /external/bison/
configure     [all...]
  /external/libmtp/
configure     [all...]

Completed in 818 milliseconds

12