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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentHTMLTags.inc 3 |* HTML tag name matcher *|
9 bool isHTMLTagName(StringRef Name) {
10 switch (Name.size()) {
13 switch (Name[0]) {
30 switch (Name[0]) {
33 if (Name[1] != 'r')
37 switch (Name[1]) {
48 if (Name[1] != 'm')
52 switch (Name[1]) {
71 if (Name[1] != 'i'
    [all...]
CommentHTMLNamedCharacterReferences.inc 10 StringRef Name) {
11 switch (Name.size()) {
14 switch (Name[0]) {
17 switch (Name[1]) {
26 switch (Name[1]) {
35 if (Name[1] != 'i')
39 if (Name[1] != 'i')
43 switch (Name[1]) {
52 switch (Name[1]) {
61 if (Name[1] != 'u'
    [all...]
CommentHTMLTagsProperties.inc 9 bool isHTMLEndTagOptional(StringRef Name) {
10 switch (Name.size()) {
13 if (Name[0] != 'p')
17 switch (Name[0]) {
20 switch (Name[1]) {
29 if (Name[1] != 'i')
33 switch (Name[1]) {
46 if (Name[0] != 't')
48 switch (Name[1]) {
51 if (memcmp(Name.data()+2, "ody", 3) != 0
    [all...]
CommentCommandInfo.inc 75 { "name", "", 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 },
135 StringRef Name) {
136 switch (Name.size()) {
139 switch (Name[0]) {
154 switch (Name[0]) {
157 if (Name[1] != 'm')
161 switch (Name[1]) {
178 if (Name[1] != 'i')
182 if (Name[1] != 'a')
188 switch (Name[0])
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentHTMLTags.inc 3 |* HTML tag name matcher *|
9 bool isHTMLTagName(StringRef Name) {
10 switch (Name.size()) {
13 switch (Name[0]) {
30 switch (Name[0]) {
33 if (Name[1] != 'r')
37 switch (Name[1]) {
48 if (Name[1] != 'm')
52 switch (Name[1]) {
71 if (Name[1] != 'i'
    [all...]
CommentHTMLNamedCharacterReferences.inc 10 StringRef Name) {
11 switch (Name.size()) {
14 switch (Name[0]) {
17 switch (Name[1]) {
26 switch (Name[1]) {
35 if (Name[1] != 'i')
39 if (Name[1] != 'i')
43 switch (Name[1]) {
52 switch (Name[1]) {
61 if (Name[1] != 'u'
    [all...]
CommentHTMLTagsProperties.inc 9 bool isHTMLEndTagOptional(StringRef Name) {
10 switch (Name.size()) {
13 if (Name[0] != 'p')
17 switch (Name[0]) {
20 switch (Name[1]) {
29 if (Name[1] != 'i')
33 switch (Name[1]) {
46 if (Name[0] != 't')
48 switch (Name[1]) {
51 if (memcmp(Name.data()+2, "ody", 3) != 0
    [all...]
CommentCommandInfo.inc 75 { "name", "", 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 },
135 StringRef Name) {
136 switch (Name.size()) {
139 switch (Name[0]) {
154 switch (Name[0]) {
157 if (Name[1] != 'm')
161 switch (Name[1]) {
178 if (Name[1] != 'i')
182 if (Name[1] != 'a')
188 switch (Name[0])
    [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
token.asl 22 Name(PMBS, 0x400) // ASL alias for ACPI I/O base address.
23 Name(SMIP, 0xb2) // I/O port to trigger SMI
24 Name(GPBS, 0x500) // GPIO Register Block address
25 Name(APCB, 0xfec00000) // Default I/O APIC(s) memory start address, 0x0FEC00000 - default, 0 - I/O APIC's disabled
26 Name(APCL, 0x1000) // I/O APIC(s) memory decoded range, 0x1000 - default, 0 - I/O APIC's not decoded
27 Name(PFDR, 0xfed03034) // PMC Function Disable Register
28 Name(PMCB, 0xfed03000) // PMC Base Address
29 Name(PCLK, 0xfed03060) // PMC Clock Control Register
30 Name(PUNB, 0xfed05000) // PUNIT Base Address
31 Name(IBAS, 0xfed08000) // ILB Base Address
    [all...]
  /external/llvm/include/llvm/Support/
TypeName.h 17 /// We provide a function which tries to compute the (demangled) name of a type
30 StringRef Name = __PRETTY_FUNCTION__;
33 Name = Name.substr(Name.find(Key));
34 assert(!Name.empty() && "Unable to find the template parameter!");
35 Name = Name.drop_front(Key.size());
37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
TypeName.h 17 /// We provide a function which tries to compute the (demangled) name of a type
30 StringRef Name = __PRETTY_FUNCTION__;
33 Name = Name.substr(Name.find(Key));
34 assert(!Name.empty() && "Unable to find the template parameter!");
35 Name = Name.drop_front(Key.size());
37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
TypeName.h 17 /// We provide a function which tries to compute the (demangled) name of a type
30 StringRef Name = __PRETTY_FUNCTION__;
33 Name = Name.substr(Name.find(Key));
34 assert(!Name.empty() && "Unable to find the template parameter!");
35 Name = Name.drop_front(Key.size());
37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
TypeName.h 17 /// We provide a function which tries to compute the (demangled) name of a type
30 StringRef Name = __PRETTY_FUNCTION__;
33 Name = Name.substr(Name.find(Key));
34 assert(!Name.empty() && "Unable to find the template parameter!");
35 Name = Name.drop_front(Key.size());
37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TypeName.h 17 /// We provide a function which tries to compute the (demangled) name of a type
30 StringRef Name = __PRETTY_FUNCTION__;
33 Name = Name.substr(Name.find(Key));
34 assert(!Name.empty() && "Unable to find the template parameter!");
35 Name = Name.drop_front(Key.size());
37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
TypeName.h 17 /// We provide a function which tries to compute the (demangled) name of a type
30 StringRef Name = __PRETTY_FUNCTION__;
33 Name = Name.substr(Name.find(Key));
34 assert(!Name.empty() && "Unable to find the template parameter!");
35 Name = Name.drop_front(Key.size());
37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
TypeName.h 17 /// We provide a function which tries to compute the (demangled) name of a type
30 StringRef Name = __PRETTY_FUNCTION__;
33 Name = Name.substr(Name.find(Key));
34 assert(!Name.empty() && "Unable to find the template parameter!");
35 Name = Name.drop_front(Key.size());
37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
TypeName.h 17 /// We provide a function which tries to compute the (demangled) name of a type
30 StringRef Name = __PRETTY_FUNCTION__;
33 Name = Name.substr(Name.find(Key));
34 assert(!Name.empty() && "Unable to find the template parameter!");
35 Name = Name.drop_front(Key.size());
37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TypeName.h 17 /// We provide a function which tries to compute the (demangled) name of a type
30 StringRef Name = __PRETTY_FUNCTION__;
33 Name = Name.substr(Name.find(Key));
34 assert(!Name.empty() && "Unable to find the template parameter!");
35 Name = Name.drop_front(Key.size());
37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttrParsedAttrKinds.inc 3 |* Attribute name matcher *|
9 static AttributeList::Kind getAttrKind(StringRef Name, AttributeList::Syntax Syntax) {
11 switch (Name.size()) {
14 switch (Name[0]) {
17 if (memcmp(Name.data()+1, "ot", 2) != 0)
21 if (memcmp(Name.data()+1, "cs", 2) != 0)
27 switch (Name[0]) {
30 if (memcmp(Name.data()+1, "old", 3) != 0)
34 if (memcmp(Name.data()+1, "ost", 3) != 0)
38 if (memcmp(Name.data()+1, "ode", 3) != 0
    [all...]
AttrSpellingListIndex.inc 11 if (Name == "amdgpu_flat_work_group_size" && SyntaxUsed == 0 && Scope == "")
16 if (Name == "amdgpu_num_sgpr" && SyntaxUsed == 0 && Scope == "")
21 if (Name == "amdgpu_num_vgpr" && SyntaxUsed == 0 && Scope == "")
26 if (Name == "amdgpu_waves_per_eu" && SyntaxUsed == 0 && Scope == "")
31 if (Name == "interrupt" && SyntaxUsed == 0 && Scope == "")
36 if (Name == "signal" && SyntaxUsed == 0 && Scope == "")
41 if (Name == "abi_tag" && SyntaxUsed == 0 && Scope == "")
43 if (Name == "abi_tag" && SyntaxUsed == 1 && Scope == "gnu")
48 if (Name == "acquire_capability" && SyntaxUsed == 0 && Scope == "")
50 if (Name == "acquire_capability" && SyntaxUsed == 1 && Scope == "clang"
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttrParsedAttrKinds.inc 3 |* Attribute name matcher *|
9 static AttributeList::Kind getAttrKind(StringRef Name, AttributeList::Syntax Syntax) {
11 switch (Name.size()) {
14 switch (Name[0]) {
17 if (memcmp(Name.data()+1, "ot", 2) != 0)
21 if (memcmp(Name.data()+1, "cs", 2) != 0)
27 switch (Name[0]) {
30 if (memcmp(Name.data()+1, "old", 3) != 0)
34 if (memcmp(Name.data()+1, "ost", 3) != 0)
38 if (memcmp(Name.data()+1, "ode", 3) != 0
    [all...]
AttrSpellingListIndex.inc 11 if (Name == "amdgpu_flat_work_group_size" && SyntaxUsed == 0 && Scope == "")
16 if (Name == "amdgpu_num_sgpr" && SyntaxUsed == 0 && Scope == "")
21 if (Name == "amdgpu_num_vgpr" && SyntaxUsed == 0 && Scope == "")
26 if (Name == "amdgpu_waves_per_eu" && SyntaxUsed == 0 && Scope == "")
31 if (Name == "interrupt" && SyntaxUsed == 0 && Scope == "")
36 if (Name == "signal" && SyntaxUsed == 0 && Scope == "")
41 if (Name == "abi_tag" && SyntaxUsed == 0 && Scope == "")
43 if (Name == "abi_tag" && SyntaxUsed == 1 && Scope == "gnu")
48 if (Name == "acquire_capability" && SyntaxUsed == 0 && Scope == "")
50 if (Name == "acquire_capability" && SyntaxUsed == 1 && Scope == "clang"
    [all...]
  /external/clang/lib/Basic/
Attributes.cpp 9 StringRef Name = Attr->getName();
10 // Normalize the attribute name, __foo__ becomes foo.
11 if (Name.size() >= 4 && Name.startswith("__") && Name.endswith("__"))
12 Name = Name.substr(2, Name.size() - 4);
  /external/clang/include/clang/AST/
OperationKinds.h 22 #define CAST_OPERATION(Name) CK_##Name,
29 #define BINARY_OPERATION(Name, Spelling) BO_##Name,
34 #define UNARY_OPERATION(Name, Spelling) UO_##Name,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
OperationKinds.h 22 #define CAST_OPERATION(Name) CK_##Name,
29 #define BINARY_OPERATION(Name, Spelling) BO_##Name,
34 #define UNARY_OPERATION(Name, Spelling) UO_##Name,

Completed in 866 milliseconds

1 2 3 4 5 6 7 8 91011>>