Searched defs:GNU (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Driver/
H A DObjCRuntime.h18 enum Kind { GNU, NeXT }; enumerator in enum:clang::driver::ObjCRuntime::Kind
/external/llvm/include/llvm/ADT/
H A DTriple.h107 GNU, enumerator in enum:llvm::Triple::EnvironmentType
/external/clang/include/clang/AST/
H A DExpr.h514 /// \brief Expression is a GNU-style __null constant.
2816 /// ConditionalOperator - The ?: ternary operator. The GNU "missing
2880 /// BinaryConditionalOperator - The GNU extension to the conditional
2981 /// AddrLabelExpr - The GNU address of label extension, representing &&label.
3017 /// StmtExpr - This is the GNU Statement Expression extension: ({int X=4; X;}).
3132 /// ChooseExpr - GNU builtin-in function __builtin_choose_expr.
3202 /// GNUNullExpr - Implements the GNU __null extension, which is a name
3218 /// \brief Build an empty GNU __null expression.
3339 /// Whether this initializer list originally had a GNU array-range
3477 /// designators, or GNU arra
3742 setGNUSyntax(bool GNU) argument
[all...]

Completed in 286 milliseconds