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

<<21222324252627282930>>

  /external/chromium_org/tools/gyp/test/defines/
gyptest-define-override.py 22 """CMake is dropping a preprocessor definition: HASH_VALUE="a#1"\n"""
gyptest-defines.py 29 """CMake is dropping a preprocessor definition: HASH_VALUE="a#1"\n"""
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-opt-icf.py 38 if output.count('similar_function') != 4: # 1 definition, 3 calls.
  /external/chromium_org/v8/include/
v8-platform.h 55 * scheduling. The definition of "foreground" is opaque to V8.
  /external/clang/include/clang/Lex/
MacroInfo.h 26 /// \brief Encapsulates the data about a macro definition (e.g. its tokens).
52 /// \brief Length in characters of the macro definition.
141 /// \brief Get length in characters of the macro definition.
148 /// \brief Return true if the specified macro definition is equal to
265 "Changing replacement tokens after definition length got calculated");
319 /// history. Usually a macro definition (MacroInfo) is where a macro name
326 /// history (at the point of the definition of FOO) and both MacroDirectives
354 /// \brief Whether the definition of this macro is ambiguous, due to
375 /// \brief Set previous definition of the macro with the same name.
380 /// \brief Get previous definition of the macro with the same name
    [all...]
  /external/clang/test/Analysis/inlining/
InlineObjCClassMethod.m 39 // The definition is defined by the parent. Make sure we find it and inline.
57 // ObjC class method is called by name. Definition is in the category.
75 // ObjC class method is called by name. Definition is in the parent category.
96 // sure we pick the definition from the class and not the parent.
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p1.cpp 32 template<> static int X<float>::value; // expected-error{{'static' can only be specified inside the class definition}}
  /external/clang/test/CXX/temp/temp.decls/temp.alias/
p2.cpp 23 void process(Vec<T>& v) // expected-note {{previous definition is here}}
  /external/clang/test/CodeGen/
tentative-decls.c 28 // Check that the most recent tentative definition wins.
  /external/clang/test/CodeGenCXX/
cxx1y-variable-template.cpp 3 // Check that we keep the 'extern' when we instantiate the definition of this
debug-info-template-fwd.cpp 21 // requires the (incomplete definition) of Derived<int> which is problematic.
  /external/clang/test/CodeGenOpenCL/
address-spaces-mangling.cl 5 // no specifier given address space so we get multiple definition
  /external/clang/test/Index/
annotate-literals.m 43 // CHECK-LITERALS: Identifier: "objects" [33:6 - 33:13] VarDecl=objects:33:6 (Definition)
44 // CHECK-LITERALS: Punctuation: "=" [33:14 - 33:15] VarDecl=objects:33:6 (Definition)
53 // CHECK-LITERALS: Identifier: "dict" [34:6 - 34:10] VarDecl=dict:34:6 (Definition)
54 // CHECK-LITERALS: Punctuation: "=" [34:11 - 34:12] VarDecl=dict:34:6 (Definition)
arc-annotate.m 46 // CHECK: Punctuation: "*" [8:5 - 8:6] VarDecl=avar:8:6 (Definition)
47 // CHECK: Identifier: "avar" [8:6 - 8:10] VarDecl=avar:8:6 (Definition)
55 // CHECK-REFS: VarDecl=avar:8:6 (Definition)
56 // CHECK-REFS: VarDecl=avar:8:6 (Definition) =[8:6 - 8:10]
attributes-cuda.cu 12 // CHECK: attributes-cuda.cu:5:32: VarDecl=g_constant:5:32 (Definition)
c-index-getCursor-pp.c 29 // CHECK-1: macro definition=OBSCURE
31 // CHECK-2: macro definition=DECORATION
54 // CHECK-IN-MACRODEF: 26:9 macro definition=C
55 // CHECK-IN-MACRODEF: 26:9 macro definition=C
overrides.cpp 28 // CHECK: overrides.cpp:18:9: CXXMethod=g:18:9 (Definition) (virtual) [Overrides @7:16] Extent=[18:1 - 18:15]
print-display-names.cpp 17 // CHECK: print-display-names.cpp:6:16: ClassDecl=ClassTmpl<Integer, Integer>:6:16 (Definition)
  /external/clang/test/Misc/
error-limit-multiple-notes.cpp 25 // CHECK-NOT: 15:8: note: previous definition is here
serialized-diags-stable.c 14 // CHECK-NEXT: +-{{.*}}serialized-diags-stable.c:[[@LINE+2]]:6: note: previous definition is here [] []
  /external/clang/test/Modules/
decldef.m 23 // expected-error@-2{{definition of 'A' must be imported from module 'decldef.Def' before it is required}}
linkage-merge.m 20 // expected-note@Inputs/linkage-merge-sub.h:6{{previous definition is here}}
  /external/clang/test/PCH/
cxx0x-default-delete.cpp 30 foo::foo() { } // expected-error{{definition of explicitly defaulted default constructor}}
variables.c 37 double VeryHappy; // expected-error{{redefinition}} expected-note@19{{previous definition is here}}
  /external/clang/test/Sema/
invalid-decl.c 43 void test2(undef); // expected-error {{a parameter list without types is only allowed in a function definition}}

Completed in 1309 milliseconds

<<21222324252627282930>>