Home
last modified time | relevance | path

Searched refs:spellings (Results 1 – 25 of 37) sorted by relevance

12

/external/clang/bindings/python/tests/cindex/
Dtest_translation_unit.py34 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()]
58 assert spellings[-2] == 'x'
59 assert spellings[-1] == 'y'
65 spellings = [c.spelling for c in tu.cursor.get_children()]
[all …]
/external/llvm-project/clang/bindings/python/tests/cindex/
Dtest_translation_unit.py69 spellings = [c.spelling for c in tu.cursor.get_children()]
70 self.assertEqual(spellings[-2], 'hello')
71 self.assertEqual(spellings[-1], 'hi')
77 spellings = [c.spelling for c in tu.cursor.get_children()]
78 self.assertEqual(spellings[-2], 'hello')
79 self.assertEqual(spellings[-1], 'hi')
92 spellings = [c.spelling for c in tu.cursor.get_children()]
93 self.assertEqual(spellings[-2], 'x')
94 self.assertEqual(spellings[-1], 'y')
103 spellings = [c.spelling for c in tu.cursor.get_children()]
[all …]
/external/catch2/include/internal/
Dcatch_list.cpp83 spellings.insert( spelling ); in add()
88 for (auto const& spelling : spellings) { in all()
94 for (auto const& spelling : spellings) { in all()
Dcatch_list.h26 std::set<std::string> spellings; member
/external/clang/include/clang/Basic/
DAttr.td22 // 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
218 class Accessor<string name, list<Spelling> spellings> {
220 list<Spelling> Spellings = spellings;
328 // Attributes are generally required to have unique spellings for their names
338 // spellings match exactly betweeen the attributes, and if the arguments or
419 // This attribute has no spellings as it is only ever created implicitly.
466 // NOTE: If you add any additional spellings, MSP430Interrupt's,
467 // MipsInterrupt's and AnyX86Interrupt's spellings must match.
[all …]
/external/llvm-project/clang/include/clang/Basic/
DAttr.td24 // attributes which contain no spellings.
41 // spelling is sufficient. If all spellings are semantically common, the
42 // heading will be the semantic spelling. If the spellings are not
295 class Accessor<string name, list<Spelling> spellings> {
297 list<Spelling> Spellings = spellings;
574 // Attributes are generally required to have unique spellings for their names
584 // spellings match exactly between the attributes, and if the arguments or
672 // This attribute has no spellings as it is only ever created implicitly.
761 // NOTE: If you add any additional spellings, MSP430Interrupt's,
762 // MipsInterrupt's and AnyX86Interrupt's spellings must match.
[all …]
/external/auto/value/src/test/java/com/google/auto/value/processor/
DTypeEncoderTest.java85 Set<TypeMirror> types, String fakePackage, List<String> imports, List<String> spellings) { in assertTypeImportsAndSpellings() argument
96 + spellings.stream().collect(joining("}\n{", "{", "}")); in assertTypeImportsAndSpellings()
/external/icu/icu4c/source/data/translit/
Dmn_mn_Latn_BGN.txt19 # BGN and PCGN utilize the Roman-script spellings appearing in
DLatn_Bopo.txt1354 # handle unicode spellings of ㄧ,ㄨ,ㄩ above
/external/llvm/docs/TableGen/
DBackEnds.rst289 attribute spellings (including which syntax or scope was used) to an attribute
/external/arm-trusted-firmware/docs/process/
Dcoding-style.rst29 spellings of a word, the American English spelling is used.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfoF.td273 // spellings should be supported by standard tools.
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrInfoF.td277 // spellings should be supported by standard tools.
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a3.rst297 compatibility, both spellings are now created. The misspelled version may
/external/clang/docs/
DInternalsManual.rst1682 semantic name of the attribute, the spellings the attribute supports, the
1694 are created implicitly. The following spellings are accepted:
1707 ``GCC`` Specifies two spellings: the first is a GNU-style spelling, and
1844 for that attribute. For instance, if an attribute has two different spellings:
/external/llvm-project/clang/docs/
DInternalsManual.rst2278 semantic name of the attribute, the spellings the attribute supports, the
2290 are created implicitly. The following spellings are accepted:
2304 ``GCC`` Specifies two spellings: the first is a GNU-style spelling, and
2308 ``Clang`` Specifies two or three spellings: the first is a GNU-style
2446 for that attribute. For instance, if an attribute has two different spellings:
/external/python/cpython2/Doc/reference/
Dlexical_analysis.rst728 The comparison operators ``<>`` and ``!=`` are alternate spellings of the same
/external/libxkbcommon/test/data/symbols/
Dru885 // but also the most-widespread Church Slavonic spellings, that is all Church-Slavonic in so far as…
/external/bcc/tests/cc/
Dcatch.hpp5350 spellings.insert( spelling ); in add()
5354 … for( std::set<std::string>::const_iterator it = spellings.begin(), itEnd = spellings.end(); in all()
5360 std::set<std::string> spellings; member
/external/llvm-project/llvm/docs/TableGen/
DBackEnds.rst319 attribute spellings (including which syntax or scope was used) to an attribute
/external/python/cpython2/Doc/howto/
Dunicode.rst29 spellings such as 'coöperate'.)
/external/libjpeg-turbo/
Dusage.txt63 British spellings are also accepted (e.g., -greyscale), though for brevity
/external/python/cpython3/Doc/whatsnew/
D3.3.rst2495 Very rarely used spellings have been suppressed: under POSIX, files
2499 to switch to the other spellings (i.e., remove the ``module`` string
/external/catch2/single_include/catch2/
Dcatch.hpp11106 std::set<std::string> spellings; member
11185 spellings.insert( spelling ); in add()
11190 for (auto const& spelling : spellings) { in all()
11196 for (auto const& spelling : spellings) { in all()
/external/libabigail/tests/lib/
Dcatch.hpp11168 std::set<std::string> spellings; member
11247 spellings.insert( spelling ); in add()
11252 for (auto const& spelling : spellings) { in all()
11258 for (auto const& spelling : spellings) { in all()

12