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

1 2

  /external/clang/include/clang/Frontend/
LangStandard.h 24 C11 = (1 << 3),
66 /// isC11 - Language is a superset of C11.
67 bool isC11() const { return Flags & frontend::C11; }
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 846 // C11 feature
    [all...]
Lexer.cpp     [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 137 else if (LangOpts.C11 && (Flags & KEYC11)) AddResult = 2;
Targets.cpp 526 if (Opts.C99 || Opts.C11)
    [all...]
  /external/icu4c/tools/gensprep/
filterRFC3454.pl 43 "--C11" => \$c11,
106 if($line =~ /C.1.1/ && defined $c11 ){
647 --C11 Generate data for table C.1.1
  /external/icu4c/data/sprep/
rfc3530cs.txt 140 0C11; ; UNASSIGNED
rfc3530mixp.txt 141 0C11; ; UNASSIGNED
rfc3920res.txt 141 0C11; ; UNASSIGNED
rfc4011.txt 140 0C11; ; UNASSIGNED
rfc4013.txt 141 0C11; ; UNASSIGNED
rfc4505.txt 140 0C11; ; UNASSIGNED
rfc4518.txt 140 0C11; ; UNASSIGNED
rfc3491.txt 141 0C11; ; UNASSIGNED
    [all...]
rfc3530csci.txt 140 0C11; ; UNASSIGNED
    [all...]
rfc3722.txt 13 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3722.txt --A1 --B1 --B2 -C11 --C12 --C21 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --iscsi --normalize --check-bidi
141 0C11; ; UNASSIGNED
454 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3722.txt --A1 --B1 --B2 -C11 --C12 --C21 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --iscsi --normalize --check-bidi
    [all...]
rfc3920node.txt 13 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3920node.txt --A1 --B1 --B2 -C11 --C12 --C21 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 -xmpp-node --normalize --check-bidi
141 0C11; ; UNASSIGNED
454 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3920node.txt --A1 --B1 --B2 -C11 --C12 --C21 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 -xmpp-node --normalize --check-bidi
    [all...]
rfc4518ci.txt 140 0C11; ; UNASSIGNED
    [all...]
  /external/icu4c/test/testdata/
nfs4_cs_prep_cs.txt 132 0C11; ; UNASSIGNED
nfs4_mixed_prep_p.txt 132 0C11; ; UNASSIGNED
  /external/clang/lib/Parse/
ParseExpr.cpp 471 /// [C11] '_Alignof' '(' type-name ')'
491 /// [C11] generic-selection
    [all...]
ParseDecl.cpp     [all...]
ParseDeclCXX.cpp 602 /// ParseStaticAssertDeclaration - Parse C++0x or C11 static_assert-declaration.
607 /// [C11] static_assert-declaration:
614 if (Tok.is(tok::kw__Static_assert) && !getLangOpts().C11)
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 298 if (LangOpts.C11)
357 // Define macros for the C11 / C++11 memory orderings
    [all...]
CompilerInvocation.cpp     [all...]

Completed in 1745 milliseconds

1 2