HomeSort by relevance Sort by last modified time
    Searched full:spellings (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/clang/include/clang/Basic/
Attr.td 22 // attributes which contain no spellings.
39 // spelling is sufficient. If all spellings are semantically common, the
40 // heading will be the semantic spelling. If the spellings are not
209 class Accessor<string name, list<Spelling> spellings> {
211 list<Spelling> Spellings = spellings;
253 list<Spelling> Spellings;
307 // Attributes are generally required to have unique spellings for their names
317 // spellings match exactly betweeen the attributes, and if the arguments or
340 let Spellings = [GNU<"address_space">]
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_translation_unit.py 34 spellings = [c.spelling for c in tu.cursor.get_children()]
35 assert spellings[-2] == 'hello'
36 assert spellings[-1] == 'hi'
42 spellings = [c.spelling for c in tu.cursor.get_children()]
43 assert spellings[-2] == 'hello'
44 assert spellings[-1] == 'hi'
57 spellings = [c.spelling for c in tu.cursor.get_children()] variable
58 assert spellings[-2] == 'x'
59 assert spellings[-1] == 'y'
65 spellings = [c.spelling for c in tu.cursor.get_children()
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 61 std::vector<Record *> Spellings = Attr.getValueAsListOfDefs("Spellings");
64 for (const auto &Spelling : Spellings) {
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x-google/include/
iso646.h 25 * ISO C Standard: 7.9 Alternative spellings <iso646.h>
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
iso646.h 25 * ISO C Standard: 7.9 Alternative spellings <iso646.h>
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x-google/include/
iso646.h 25 * ISO C Standard: 7.9 Alternative spellings <iso646.h>
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
iso646.h 28 * ISO C Standard: 7.9 Alternative spellings <iso646.h>
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
iso646.h 28 * ISO C Standard: 7.9 Alternative spellings <iso646.h>
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
iso646.h 25 * ISO C Standard: 7.9 Alternative spellings <iso646.h>
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
iso646.h 25 * ISO C Standard: 7.9 Alternative spellings <iso646.h>
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x-google/include/
iso646.h 25 * ISO C Standard: 7.9 Alternative spellings <iso646.h>
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
iso646.h 25 * ISO C Standard: 7.9 Alternative spellings <iso646.h>
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x-google/include/
iso646.h 25 * ISO C Standard: 7.9 Alternative spellings <iso646.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
iso646.h 25 * ISO C Standard: 7.9 Alternative spellings <iso646.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
iso646.h 25 * ISO C Standard: 7.9 Alternative spellings <iso646.h>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
iso646.h 25 * ISO C Standard: 7.9 Alternative spellings <iso646.h>
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
iso646.h 25 * ISO C Standard: 7.9 Alternative spellings <iso646.h>
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
iso646.h 25 * ISO C Standard: 7.9 Alternative spellings <iso646.h>
  /external/clang/lib/Headers/
iso646.h 1 /*===---- iso646.h - Standard header for alternate spellings of operators---===
  /external/lldb/test/functionalities/abbreviation/
TestCommonShortSpellings.py 2 Test some lldb command abbreviations to make sure the common short spellings of
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
iso646.h 1 /*===---- iso646.h - Standard header for alternate spellings of operators---===
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
iso646.h 1 /*===---- iso646.h - Standard header for alternate spellings of operators---===
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
iso646.h 1 /*===---- iso646.h - Standard header for alternate spellings of operators---===
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
iso646.h 1 /*===---- iso646.h - Standard header for alternate spellings of operators---===
  /prebuilts/sdk/renderscript/clang-include/
iso646.h 1 /*===---- iso646.h - Standard header for alternate spellings of operators---===

Completed in 806 milliseconds

1 2 3