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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r11/platforms/android-18/arch-arm/usr/include/linux/
mutex-debug.h 15 #include <linux/linkage.h>
  /prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/linux/
mutex-debug.h 15 #include <linux/linkage.h>
  /prebuilts/ndk/r11/platforms/android-18/arch-x86/usr/include/linux/
mutex-debug.h 15 #include <linux/linkage.h>
  /prebuilts/ndk/r11/platforms/android-19/arch-arm/usr/include/linux/
mutex-debug.h 15 #include <linux/linkage.h>
  /prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/linux/
mutex-debug.h 15 #include <linux/linkage.h>
  /prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/linux/
mutex-debug.h 15 #include <linux/linkage.h>
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/linux/
mutex-debug.h 15 #include <linux/linkage.h>
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/linux/
mutex-debug.h 15 #include <linux/linkage.h>
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/linux/
mutex-debug.h 15 #include <linux/linkage.h>
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/linux/
mutex-debug.h 15 #include <linux/linkage.h>
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/linux/
mutex-debug.h 15 #include <linux/linkage.h>
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/
mutex-debug.h 15 #include <linux/linkage.h>
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/
mutex-debug.h 15 #include <linux/linkage.h>
  /external/clang/test/Modules/
libstdcxx-ambiguous-internal.cpp 6 // CHECK: warning: ambiguous use of internal linkage declaration 'f' defined in multiple modules
10 // CHECK: warning: ambiguous use of internal linkage declaration 'n' defined in multiple modules
linkage-merge.m 12 // expected-note@Inputs/linkage-merge-sub.h:1{{previous declaration}}
20 // expected-note@Inputs/linkage-merge-sub.h:6{{previous declaration is here}}
  /external/llvm/test/Linker/
override-with-internal-linkage-2.ll 1 ; RUN: llvm-link %s -override %S/Inputs/override-with-internal-linkage-2.ll -S | FileCheck %s
2 ; RUN: llvm-link -override %S/Inputs/override-with-internal-linkage-2.ll %s -S | FileCheck %s
override-with-internal-linkage.ll 1 ; RUN: llvm-link %s -override %S/Inputs/override-with-internal-linkage.ll -S | FileCheck %s
2 ; RUN: llvm-link -override %S/Inputs/override-with-internal-linkage.ll %s -S | FileCheck %s
  /external/llvm/test/Other/
extract.ll 14 ; The private linkage for foo() should be changed to external linkage and
  /external/swiftshader/third_party/LLVM/test/Other/
extract.ll 14 ; The linkonce_odr linkage for foo() should be changed to external linkage.
  /external/v8/src/compiler/
js-generic-lowering.h 10 #include "src/compiler/linkage.h"
21 class Linkage;
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1.cpp 28 // static storage duration and external or internal linkage or a function
29 // with external or internal linkage, including function templates and
83 // expected-warning@-2 {{internal linkage is a C++11 extension}}
88 // expected-warning@-2 {{internal linkage is a C++11 extension}}
106 // expected-warning@-2 {{internal linkage is a C++11 extension}}
111 // expected-warning@-2 {{internal linkage is a C++11 extension}}
120 // expected-warning@-2 {{internal linkage is a C++11 extension}}
125 // expected-warning@-2 {{internal linkage is a C++11 extension}}
130 // expected-warning@-2 {{internal linkage is a C++11 extension}}
142 // expected-warning@-2 {{internal linkage is a C++11 extension}
    [all...]
  /external/llvm/test/CodeGen/X86/
global-access-pie.ll 6 ; External Linkage
21 ; WeakAny Linkage
36 ; Internal Linkage
51 ; External Linkage, only declaration.
68 ; External Linkage, only declaration, store a value.
84 ; External Linkage, function pointer access.
100 ; LinkOnceODR Linkage, function pointer access.
  /external/clang/test/Sema/
dllexport.c 49 // External linkage is required.
50 __declspec(dllexport) static int StaticGlobal; // expected-error{{'StaticGlobal' must have external linkage when declared 'dllexport'}}
57 __declspec(dllexport) int LocalVarDecl; // expected-error{{'LocalVarDecl' must have external linkage when declared 'dllexport'}}
58 __declspec(dllexport) int LocalVarDef = 1; // expected-error{{'LocalVarDef' must have external linkage when declared 'dllexport'}}
60 __declspec(dllexport) static int StaticLocalVar; // expected-error{{'StaticLocalVar' must have external linkage when declared 'dllexport'}}
109 // External linkage is required.
110 __declspec(dllexport) static int staticFunc(); // expected-error{{'staticFunc' must have external linkage when declared 'dllexport'}}
112 // Static locals don't count as having external linkage.
114 __declspec(dllexport) static int staticLocal; // expected-error{{'staticLocal' must have external linkage when declared 'dllexport'}}
vla.c 22 extern int e1[2][m]; // expected-error {{variable length array declaration cannot have 'extern' linkage}}
38 extern int b[i]; // expected-error {{variable length array declaration cannot have 'extern' linkage}}
40 extern int (*c1)[i]; // expected-error {{variably modified type declaration cannot have 'extern' linkage}}
  /external/clang/test/CodeGenCXX/
vtable-key-function-arm.cpp 90 // V-table should be defined with strong linkage.
111 // V-table should be defined with strong linkage.
131 // V-table should be defined with strong linkage.
145 // V-table should be defined with weak linkage.
166 // V-table should be defined with weak linkage.
186 // V-table should be defined with weak linkage.
200 // V-table should be defined with weak linkage.
221 // V-table should be defined with weak linkage.
241 // V-table should be defined with weak linkage.
258 // V-table should be defined with weak linkage
    [all...]

Completed in 456 milliseconds

1 2 3 4 5 6 7 8 91011>>