OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spellings
(Results
1 - 25
of
73
) sorted by null
1
2
3
/external/clang/include/clang/Basic/
Attr.td
85
list<string>
Spellings
;
116
let
Spellings
= ["alias"];
121
let
Spellings
= ["aligned"];
128
let
Spellings
= [];
133
let
Spellings
= ["always_inline"];
137
let
Spellings
= ["analyzer_noreturn"];
141
let
Spellings
= ["annotate"];
146
let
Spellings
= [];
152
let
Spellings
= ["availability"];
166
let
Spellings
= ["blocks"]
[
all
...]
TokenKinds.h
62
/// and will not produce any alternative
spellings
(e.g., a
/external/clang/bindings/python/tests/cindex/
test_translation_unit.py
24
spellings
= [c.spelling for c in tu.cursor.get_children()]
25
assert
spellings
[-2] == 'hello'
26
assert
spellings
[-1] == 'hi'
33
spellings
= [c.spelling for c in tu.cursor.get_children()]
34
assert
spellings
[-2] == 'hello'
35
assert
spellings
[-1] == 'hi'
49
spellings
= [c.spelling for c in tu.cursor.get_children()]
variable
50
assert
spellings
[-2] == 'x'
51
assert
spellings
[-1] == 'y'
58
spellings
= [c.spelling for c in tu.cursor.get_children()
[
all
...]
/external/clang/include/clang/Lex/
Makefile
11
$(Echo) "Building Clang attribute
spellings
with tblgen"
PTHManager.h
70
/// contains the cached
spellings
for literals.
/external/clang/utils/TableGen/
ClangAttrEmitter.cpp
758
std::vector<StringRef>
Spellings
= getValueAsListOfStrings(R, "
Spellings
");
777
if (
Spellings
.begin() !=
Spellings
.end()) {
778
OS << " OS << \" __attribute__((" << *
Spellings
.begin();
780
if (*
Spellings
.begin()=="availability") {
[
all
...]
ClangAttrEmitter.h
86
/// ClangAttrSpellingListEmitter - class emits the list of
spellings
for attributes for
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
iso646.h
25
* ISO C Standard: 7.9 Alternative
spellings
<iso646.h>
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
iso646.h
25
* ISO C Standard: 7.9 Alternative
spellings
<iso646.h>
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
iso646.h
25
* ISO C Standard: 7.9 Alternative
spellings
<iso646.h>
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include/
iso646.h
25
* ISO C Standard: 7.9 Alternative
spellings
<iso646.h>
/prebuilts/gcc/darwin-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
iso646.h
25
* ISO C Standard: 7.9 Alternative
spellings
<iso646.h>
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
iso646.h
25
* ISO C Standard: 7.9 Alternative
spellings
<iso646.h>
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
iso646.h
25
* ISO C Standard: 7.9 Alternative
spellings
<iso646.h>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
iso646.h
25
* ISO C Standard: 7.9 Alternative
spellings
<iso646.h>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
iso646.h
25
* ISO C Standard: 7.9 Alternative
spellings
<iso646.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
iso646.h
25
* ISO C Standard: 7.9 Alternative
spellings
<iso646.h>
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include/
iso646.h
25
* ISO C Standard: 7.9 Alternative
spellings
<iso646.h>
/prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/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---===
/prebuilts/sdk/renderscript/clang-include/
iso646.h
1
/*===---- iso646.h - Standard header for alternate
spellings
of operators---===
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
Word.java
71
* Words are equal if they have the same frequency, the same
spellings
, and the same
/packages/inputmethods/PinyinIME/jni/include/
dictdef.h
52
// The maximum number of full
spellings
. For Chinese Pinyin, there are only
53
// about 410
spellings
.
spellingtrie.h
28
// Node used for the trie of
spellings
169
// average_score is the average_score of all
spellings
. The dumb node is
238
// Get the number of
spellings
/external/webkit/Tools/DumpRenderTree/chromium/
MockSpellCheck.h
53
// Checks the
spellings
of the specified text.
Completed in 658 milliseconds
1
2
3