HomeSort by: relevance | last modified time | path
    Searched defs:Compound (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp 54 /// compound-statement
257 case tok::l_brace: // C99 6.8.2: compound-statement
313 // An __if_exists block is like a compound statement, but it doesn't create
486 /// '__try' compound-statement seh-handler
529 /// '__except' '(' seh-filter-expression ')' compound-statement
581 /// '__finally' compound-statement
883 /// compound-statement: [C99 6.8.2]
907 // Enter a scope to hold everything within the compound stmt. Compound
915 /// Parse any pragmas at the start of the compound expression. We handle thes
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 420 /// The context of a compound-statement.
421 Compound = AllowDeclarationsInC | AllowStandaloneOpenMPDirectives,
1051 /// Kinds of compound pseudo-tokens formed by a sequence of two real tokens.
1065 /// Check that a compound operator was written in a "sensible" way, and warn
1088 // ScopeFlags, but only when we aren't about to enter a compound statement.
1827 CompoundStmt, // Also allow '(' compound-statement ')'
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 6898 // In C, compound literals are l-values for some reason.
6899 // For GCC compatibility, in C++, file-scope array compound literals with
6900 // constant initializers are also l-values, and compound literals are
6912 // is bound to the result of applying array-to-pointer decay to the compound
6914 // FIXME: GCC supports compound literals of reference type, which should
6939 // "If the compound literal occurs inside the body of a function, the
6947 // Compound literals that have automatic storage duration are destroyed at
6956 // Diagnose jumps that enter or exit the lifetime of the compound literal.
9436 // Build a compound literal constructing a value of the transparent
10113 // needs to be the same. For non compound assignment, if one of the types i
    [all...]

Completed in 96 milliseconds