Home
last modified time | relevance | path

Searched refs:spellings (Results 1 – 25 of 28) 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/catch2/include/internal/
Dcatch_list.cpp83 spellings.insert( spelling ); in add()
88 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 …]
DAttrDocs.td1272 // This function has multiple distinct spellings, and so it requires a custom
/external/icu/icu4c/source/data/translit/
Dmn_mn_Latn_BGN.txt18 # BGN and PCGN utilize the Roman-script spellings appearing in
DLatn_Bopo.txt1353 # handle unicode spellings of ㄧ,ㄨ,ㄩ above
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVInstrInfoF.td231 // spellings should be supported by standard tools.
/external/llvm/docs/TableGen/
DBackEnds.rst289 attribute spellings (including which syntax or scope was used) to an attribute
/external/swiftshader/third_party/llvm-7.0/llvm/docs/TableGen/
DBackEnds.rst312 attribute spellings (including which syntax or scope was used) to an attribute
/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/python/cpython2/Doc/reference/
Dlexical_analysis.rst728 The comparison operators ``<>`` and ``!=`` are alternate spellings of the same
/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/python/cpython2/Doc/howto/
Dunicode.rst29 spellings such as 'coöperate'.)
/external/libjpeg-turbo/
Dusage.txt65 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.hpp9073 std::set<std::string> spellings; member
9152 spellings.insert( spelling ); in add()
9157 for( auto const& spelling : spellings ) in all()
/external/python/cpython3/Doc/library/
Dfunctions.rst551 "inf", "Inf", "INFINITY" and "iNfINity" are all acceptable spellings for
/external/cldr/tools/java/org/unicode/cldr/util/data/
Deurope3861 # As is usual in tzdb, Ukrainian zones use the most common English spellings.
3873 # Anyway, none of the common English-language spellings (Kiev, Kyiv, Kieff,
Dasia2528 # and sometimes Jirgalanta (with variant spellings), but the name Hovd
/external/clang/include/clang/Driver/
DOptions.td2057 // These are legacy user-facing driver-level option spellings. They are always
/external/openssh/
DChangeLog6287 these pages we had multiple spellings;
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/python/cpython2/Misc/
DHISTORY2188 spellings of month and day names. Because the locale can change at
2194 now; and, when the index is a slice object, only the spellings needed
/external/brotli/tests/testdata/
Dlcet10.txt2042 spellings, or varieties of subjects) will provide one of the richest

12