HomeSort by relevance Sort by last modified time
    Searched full:definition (Results 326 - 350 of 9917) sorted by null

<<11121314151617181920>>

  /external/clang/test/Modules/
config_macros.m 16 @import config; // expected-warning{{definition of configuration macro 'WANT_FOO' has no effect on the import of 'config'; pass '-DWANT_FOO=...' on the command line to configure the module}}
23 @import config; // expected-warning{{definition of configuration macro 'WANT_BAR' has no effect on the import of 'config'; pass '-DWANT_BAR=...' on the command line to configure the module}}
  /external/clang/test/Sema/
inline-redef.c 14 int f(int b) {return b;} // expected-note{{previous definition is here}}
23 GNU_INLINE extern inline int h(int a) {return a;} // expected-note{{previous definition is here}}
  /external/clang/test/SemaCXX/
attr-selectany.cpp 22 static int x7; // expected-note{{previous definition}}
23 extern __declspec(selectany) int x7; // expected-warning{{attribute declaration must precede definition}}
nested-name-spec.cpp 31 void f(const int& parm); // expected-note{{type of 1st parameter of member declaration does not match definition ('const int &' vs 'int')}}
38 void C2::m() const { } // expected-error{{out-of-line definition of 'm' does not match any declaration in 'C2'}}
40 void C2::f(int) { } // expected-error{{out-of-line definition of 'f' does not match any declaration in 'C2'}}
51 void A::Af(); // expected-error {{definition or redeclaration of 'Af' not allowed inside a function}}
52 void (^x)() = ^{ void A::Af(); }; // expected-error {{definition or redeclaration of 'Af' not allowed inside a block}}
107 void A2::CC::NC::m(); // expected-error{{out-of-line declaration of a member must be a definition}}
130 Operators Operators::operator+(const Operators&) { // expected-error{{out-of-line definition of 'operator+' does not match any declaration in 'Operators'}}
145 void g(int&); // expected-note{{type of 1st parameter of member declaration does not match definition ('int &' vs 'const int &')}}
148 void A::f() {} // expected-error-re{{out-of-line definition of 'f' does not match any declaration in namespace 'A'{{$}}}}
150 void A::g(const int&) { } // expected-error{{out-of-line definition of 'g' does not match any declaration in namespace 'A'}
    [all...]
  /external/clang/test/SemaObjC/
arc-invalid.m 22 @interface WebView // expected-note {{previous definition is here}}
26 @interface WebView // expected-error {{duplicate interface definition for class 'WebView'}}
class-bitfield.m 24 void *isa; // expected-note {{previous definition is here}}
27 int c: 5; // expected-note {{previous definition is here}}
conflicting-ivar-test-1.m 6 int IVAR; // expected-note {{previous definition is here}}
57 int IVAR; // expected-note {{previous definition is here}}
property-in-class-extension.m 44 @implementation rdar8747333 // expected-warning {{method definition for 'warn' not found}} \
45 // expected-warning {{method definition for 'setWarn:' not found}}
undef-superclass-1.m 10 @interface INTF1 : SUPER // expected-note {{previous definition is here}}
20 @interface INTF1 // expected-error {{duplicate interface definition for class 'INTF1'}}
  /external/iptables/extensions/
libxt_SET.man 18 one from the set definition
22 to the specified one or to the default from the set definition
  /external/jpeg/
jchuff.h 40 /* Expand a Huffman table definition into the derived format */
45 /* Generate an optimal table definition given the specified counts */
  /external/llvm/test/CodeGen/AArch64/
arm64-collect-loh-str.ll 5 ; if applied, may completely remove the definition or
7 ; into the definition).
  /external/pdfium/core/src/fxcodec/libjpeg/
jchuff.h 40 /* Expand a Huffman table definition into the derived format */
45 /* Generate an optimal table definition given the specified counts */
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusCachedBitmap.h 7 * CachedBitmap class definition
34 * Look for the class definition in GdiplusHeaders.h
  /external/qemu/distrib/jpeg-6b/
jchuff.h 40 /* Expand a Huffman table definition into the derived format */
45 /* Generate an optimal table definition given the specified counts */
  /external/stlport/test/unit/
test_errno.cpp 2 //those headers contains a errno macro definition without the underlying value
3 //definition.
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_AOC.h 24 /***** Constant definition ****************************************************/
30 /***** Macro definition *******************************************************/
AKFS_Math.h 25 /***** Constant definition ****************************************************/
29 /***** Macro definition *******************************************************/
  /ndk/tests/device/test-gnustl-full/unit/
test_errno.cpp 2 //those headers contains a errno macro definition without the underlying value
3 //definition.
  /ndk/tests/device/test-stlport/unit/
test_errno.cpp 2 //those headers contains a errno macro definition without the underlying value
3 //definition.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
time.h 21 the presence of gettimeofday function implies a definition
50 /* Adding timespec definition. */
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementRegistry.cpp 107 RefPtr<CustomElementDefinition> definition = CustomElementDefinition::create(descriptor, lifecycleCallbacks); local
109 if (!constructorBuilder->createConstructor(document, definition.get(), exceptionState))
112 m_definitions.add(descriptor, definition);
115 if (!constructorBuilder->didRegisterDefinition(definition.get())) {
120 return definition.get();
  /external/chromium_org/tools/metrics/histograms/
update_editor_commands.py 47 HistogramValue enum definition and returns a pair for each entry.
54 # Locate the enum definition and collect all entries in it
55 inside_enum = False # We haven't found the enum definition yet
120 Log('Reading histogram enum definition from "%s".'
131 Log('Comparing histograms enum with new enum definition.')
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p3.cpp 9 // A definition of the class or class template containing a member function
18 // A definition of a class template or class member template shall be in scope
33 // A definition of a class template shall be in scope at the point of an
41 // A definition of a member class of a class template shall be in scope at the
53 // A definition of a class template is sufficient to explicitly
  /external/eigen/doc/
eigendoxy_layout.xml.in 13 <!-- Layout definition for a class page -->
69 <!-- Layout definition for a namespace page -->
92 <!-- Layout definition for a file page -->
121 <!-- Layout definition for a group page -->
168 <!-- Layout definition for a directory page -->

Completed in 745 milliseconds

<<11121314151617181920>>