HomeSort by relevance Sort by last modified time
    Searched full:definition (Results 226 - 250 of 14896) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/CrossTU/
CrossTranslationUnit.h 66 /// translation unit contains which definition.
82 /// The loaded definition will be merged back to the original AST using the
85 /// the locations of the AST files for each function definition.
93 /// \brief This function loads a function definition from an external AST
97 /// the current translation unit. A function definition with the same
101 /// definition of the function will be merged into the original AST using
104 /// \return The declaration with the definition will be returned.
105 /// If no suitable definition is found in the index file or multiple
113 /// \brief This function loads a function definition from an external AST
116 /// A function definition with the same declaration will be looked up in th
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/CrossTU/
CrossTranslationUnit.h 66 /// translation unit contains which definition.
82 /// The loaded definition will be merged back to the original AST using the
85 /// the locations of the AST files for each function definition.
93 /// \brief This function loads a function definition from an external AST
97 /// the current translation unit. A function definition with the same
101 /// definition of the function will be merged into the original AST using
104 /// \return The declaration with the definition will be returned.
105 /// If no suitable definition is found in the index file or multiple
113 /// \brief This function loads a function definition from an external AST
116 /// A function definition with the same declaration will be looked up in th
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtDrawingStyle.java 35 * The style definition corresponding to {@link DrawingStyle#SELECTION}
40 * The style definition corresponding to {@link DrawingStyle#GUIDELINE}
45 * The style definition corresponding to {@link DrawingStyle#GUIDELINE}
50 * The style definition corresponding to {@link DrawingStyle#GUIDELINE_DASHED}
55 * The style definition corresponding to {@link DrawingStyle#DISTANCE}
60 * The style definition corresponding to {@link DrawingStyle#GRID}
65 * The style definition corresponding to {@link DrawingStyle#HOVER}
70 * The style definition corresponding to {@link DrawingStyle#HOVER}
75 * The style definition corresponding to {@link DrawingStyle#ANCHOR}
80 * The style definition corresponding to {@link DrawingStyle#OUTLINE
    [all...]
  /external/skqp/tools/bookmaker/
selfCheck.cpp 28 Definition* topicDef = topic.second;
94 if (Definition::MethodType::kConstructor != csChild->fMethodType &&
95 Definition::MethodType::kDestructor != csChild->fMethodType) {
137 const Definition* cs = this->classOrStruct();
155 if (Definition::MethodType::kConstructor == csChild->fMethodType) {
158 if (Definition::MethodType::kDestructor == csChild->fMethodType) {
161 if (Definition::MethodType::kOperator == csChild->fMethodType) {
178 const Definition* cs = this->classOrStruct();
182 const Definition* operators = this->findTopic("Operators", Optional::kYes);
193 if (Definition::MethodType::kOperator != csChild->fMethodType)
    [all...]
  /compatibility/cdd/source/
android-cdd-cover.html 3 <title>Android 8.0 Compatibility Definition</title>
14 <p class="title">Compatibility Definition</p>
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/FirmwareVolume/
FirmwareVolume.c 18 PI 1.0 spec definition.
28 // There is no PPI Guid definition here, since the guid of
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/GuidedSectionExtraction/
GuidedSectionExtraction.c 18 PI 1.0 spec definition.
27 // There is no PPI Guid definition here since this PPI is for
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbCommon.h 41 // Definition for Debugger Command
63 // Definition for Debugger Symbol
122 // Definition for Debugger Breakpoint
133 // Definition for Debugger Call-Stack
161 // Definition for Debugger Trace
172 // Definition for Debugger Step
180 // Definition for Debugger GoTil
187 // Definition for Debugger private data structure
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DebugPortTable.h 2 ACPI debug port table definition, defined at
28 // Debug Port Table definition.
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
UserIdentifyManagerData.h 21 // Forms definition.
28 // Labels definition.
  /external/clang/test/CXX/class/class.nest/
p3.cpp 6 // declared in class X and later defined in the definition of class X or be
7 // later defined in a namespace scope enclosing the definition of class X.
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
p1.cpp 29 class Test3 {}; // expected-note {{previous definition}}
37 class Test4 {}; // expected-note {{previous definition}}
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p4.cpp 6 // expected-note{{previous definition}}
17 // expected-note{{previous definition}}
  /external/clang/test/CXX/temp/temp.param/
p9.cpp 4 // template declaration or a function template definition
10 // [...] nor in the template-parameter-list of the definition of a
  /external/clang/test/CodeGen/
2008-07-30-redef-of-bitcasted-decl.c 5 * s. This is a tentative definition and so a global was being
9 * The problem was that later when the correct definition for s is
  /external/clang/test/Index/
complete-at-EOF.c 4 // CHECK-EOF: macro definition:{TypedText CAKE}
9 // CHECK-AFTER-PREAMBLE: macro definition:{TypedText CAKE}
complete-macros.c 31 // CHECK-CC1: macro definition:{TypedText FOO} (70)
35 // CHECK-CC2: macro definition:{TypedText nil} (32)
38 // CHECK-CC3: macro definition:{TypedText nil} (65)
40 // CHECK-VARIADIC: macro definition:{TypedText variadic1}{LeftParen (}{Placeholder ...}{RightParen )} (70)
41 // CHECK-VARIADIC: macro definition:{TypedText variadic2}{LeftParen (}{Placeholder args...}{RightParen )} (70)
42 // CHECK-VARIADIC: macro definition:{TypedText variadic3}{LeftParen (}{Placeholder args, ...}{RightParen )} (70)
43 // CHECK-VARIADIC: macro definition:{TypedText variadic4}{LeftParen (}{Placeholder first}{Comma , }{Placeholder second}{Comma , }{Placeholder args, ...}{RightParen )} (70)
44 // CHECK-VARIADIC: macro definition:{TypedText variadic5}{LeftParen (}{Placeholder first}{Comma , }{Placeholder second}{Comma , }{Placeholder args...}{RightParen )} (70)
preamble-reparse-chained.c 9 // CHECK: a.h:3:13: TypedefDecl=A:3:13 (Definition) Extent=[3:1 - 3:14]
10 // CHECK: b.h:1:15: TypedefDecl=B:1:15 (Definition) Extent=[1:1 - 1:16]
  /external/clang/test/PCH/
reloc.c 14 // expected-note@Inputs/libroot/usr/include/reloc.h:13{{previous definition}}
15 // expected-note@Inputs/libroot/usr/include/reloc2.h:14{{previous definition}}
  /external/clang/test/Sema/
attr-weak.c 6 int g3 __attribute__((weak_import)); // expected-warning {{'weak_import' attribute cannot be specified on a definition}}
17 int C; // expected-note {{previous definition is here}}
decl-invalid.c 4 typedef union <anonymous> __mbstate_t; // expected-error {{declaration of anonymous union must be a definition}} expected-warning {{typedef requires a name}}
19 struct; // expected-error {{declaration of anonymous struct must be a definition}} // expected-warning {{declaration does not declare anything}}
  /external/clang/test/SemaCXX/
condition.cpp 24 if (int x=0) { // expected-note 2 {{previous definition is here}}
29 while (int x=0) int x; // expected-error {{redefinition of 'x'}} expected-note {{previous definition is here}}
30 while (int x=0) { int x; } // expected-error {{redefinition of 'x'}} expected-note {{previous definition is here}}
31 for (int x; int x=0; ) ; // expected-error {{redefinition of 'x'}} expected-note {{previous definition is here}}
32 for (int x; ; ) int x; // expected-error {{redefinition of 'x'}} expected-note {{previous definition is here}}
33 for (; int x=0; ) int x; // expected-error {{redefinition of 'x'}} expected-note {{previous definition is here}}
34 for (; int x=0; ) { int x; } // expected-error {{redefinition of 'x'}} expected-note {{previous definition is here}}
35 switch (int x=0) { default: int x; } // expected-error {{redefinition of 'x'}} expected-note {{previous definition is here}}
  /external/clang/test/SemaObjC/
comptypes-a.m 21 - compareThis:(int)a withThat:(id)b; // expected-note {{previous definition is here}} \
22 // expected-note {{previous definition is here}}
gcc-cast-ext.m 17 @implementation PBXDocBookmark // expected-warning {{method definition for 'autorelease' not found}}\
18 // expected-warning {{method definition for 'alloc' not found}}
interface-1.m 31 @interface FOO // expected-note {{previous definition is here}}
35 @interface FOO // expected-error {{duplicate interface definition for class 'FOO'}}

Completed in 1050 milliseconds

1 2 3 4 5 6 7 8 91011>>