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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/
linkage-merge-bar.h 1 #include <linkage-merge-foo.h>
  /external/clang/test/Index/
linkage.c 1 // RUN: c-index-test -test-print-linkage-source %s | FileCheck %s
22 // CHECK: EnumDecl=Baz:3:6 (Definition)linkage=External
23 // CHECK: EnumConstantDecl=Qux:3:12 (Definition)linkage=External
24 // CHECK: VarDecl=x:4:5linkage=External
25 // CHECK: FunctionDecl=foo:5:6linkage=External
26 // CHECK: VarDecl=w:6:12linkage=Internal
27 // CHECK: FunctionDecl=bar:7:6 (Definition)linkage=External
28 // CHECK: ParmDecl=y:7:14 (Definition)linkage=NoLinkage
29 // CHECK: VarDecl=z:8:14 (Definition)linkage=NoLinkage
30 // CHECK: VarDecl=k:9:7 (Definition)linkage=NoLinkag
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
GlobalValue.h 31 /// @brief An enumeration for the kinds of linkage for global values.
48 ExternalWeakLinkage,///< ExternalWeak linkage description.
61 LinkageTypes linkage, const Twine &Name)
63 Linkage(linkage), Visibility(DefaultVisibility), Alignment(0),
70 // Linkage and Visibility from turning into negative values.
71 LinkageTypes Linkage : 5; // The linkage of this global
120 static bool isExternalLinkage(LinkageTypes Linkage) {
121 return Linkage == ExternalLinkage
    [all...]
  /external/clang/include/clang/Basic/
Linkage.h 1 //===--- Linkage.h - Linkage enumeration and utilities ----------*- C++ -*-===//
11 /// \brief Defines the Linkage enumeration and various utility functions.
23 /// \brief Describes the different kinds of linkage
25 enum Linkage : unsigned char {
26 /// \brief No linkage, which means that the entity is unique and
30 /// \brief Internal linkage, which indicates that the entity can
35 /// \brief External linkage within a unique namespace.
38 /// linkage. However, since they reside in an anonymous namespace,
40 /// equivalent to having internal linkage from the code-generatio
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Linkage.h 1 //===--- Linkage.h - Linkage enumeration and utilities ----------*- C++ -*-===//
11 /// \brief Defines the Linkage enumeration and various utility functions.
23 /// \brief Describes the different kinds of linkage
25 enum Linkage : unsigned char {
26 /// \brief No linkage, which means that the entity is unique and
30 /// \brief Internal linkage, which indicates that the entity can
35 /// \brief External linkage within a unique namespace.
38 /// linkage. However, since they reside in an anonymous namespace,
40 /// equivalent to having internal linkage from the code-generatio
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Linkage.h 1 //===--- Linkage.h - Linkage enumeration and utilities ----------*- C++ -*-===//
11 /// \brief Defines the Linkage enumeration and various utility functions.
23 /// \brief Describes the different kinds of linkage
25 enum Linkage : unsigned char {
26 /// \brief No linkage, which means that the entity is unique and
30 /// \brief Internal linkage, which indicates that the entity can
35 /// \brief External linkage within a unique namespace.
38 /// linkage. However, since they reside in an anonymous namespace,
40 /// equivalent to having internal linkage from the code-generatio
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Linkage.h 1 //===--- Linkage.h - Linkage enumeration and utilities ----------*- C++ -*-===//
11 /// \brief Defines the Linkage enumeration and various utility functions.
23 /// \brief Describes the different kinds of linkage
25 enum Linkage : unsigned char {
26 /// \brief No linkage, which means that the entity is unique and
30 /// \brief Internal linkage, which indicates that the entity can
35 /// \brief External linkage within a unique namespace.
38 /// linkage. However, since they reside in an anonymous namespace,
40 /// equivalent to having internal linkage from the code-generatio
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Linkage.h 1 //===--- Linkage.h - Linkage enumeration and utilities ----------*- C++ -*-===//
11 /// \brief Defines the Linkage enumeration and various utility functions.
23 /// \brief Describes the different kinds of linkage
25 enum Linkage : unsigned char {
26 /// \brief No linkage, which means that the entity is unique and
30 /// \brief Internal linkage, which indicates that the entity can
35 /// \brief External linkage within a unique namespace.
38 /// linkage. However, since they reside in an anonymous namespace,
40 /// equivalent to having internal linkage from the code-generatio
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Linkage.h 1 //===--- Linkage.h - Linkage enumeration and utilities ----------*- C++ -*-===//
11 /// \brief Defines the Linkage enumeration and various utility functions.
23 /// \brief Describes the different kinds of linkage
25 enum Linkage : unsigned char {
26 /// \brief No linkage, which means that the entity is unique and
30 /// \brief Internal linkage, which indicates that the entity can
35 /// \brief External linkage within a unique namespace.
38 /// linkage. However, since they reside in an anonymous namespace,
40 /// equivalent to having internal linkage from the code-generatio
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Linkage.h 1 //===--- Linkage.h - Linkage enumeration and utilities ----------*- C++ -*-===//
11 /// \brief Defines the Linkage enumeration and various utility functions.
23 /// \brief Describes the different kinds of linkage
25 enum Linkage : unsigned char {
26 /// \brief No linkage, which means that the entity is unique and
30 /// \brief Internal linkage, which indicates that the entity can
35 /// \brief External linkage within a unique namespace.
38 /// linkage. However, since they reside in an anonymous namespace,
40 /// equivalent to having internal linkage from the code-generatio
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Linkage.h 1 //===--- Linkage.h - Linkage enumeration and utilities ----------*- C++ -*-===//
11 /// \brief Defines the Linkage enumeration and various utility functions.
23 /// \brief Describes the different kinds of linkage
25 enum Linkage : unsigned char {
26 /// \brief No linkage, which means that the entity is unique and
30 /// \brief Internal linkage, which indicates that the entity can
35 /// \brief External linkage within a unique namespace.
38 /// linkage. However, since they reside in an anonymous namespace,
40 /// equivalent to having internal linkage from the code-generatio
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Linkage.h 1 //===--- Linkage.h - Linkage enumeration and utilities ----------*- C++ -*-===//
11 /// \brief Defines the Linkage enumeration and various utility functions.
23 /// \brief Describes the different kinds of linkage
25 enum Linkage : unsigned char {
26 /// \brief No linkage, which means that the entity is unique and
30 /// \brief Internal linkage, which indicates that the entity can
35 /// \brief External linkage within a unique namespace.
38 /// linkage. However, since they reside in an anonymous namespace,
40 /// equivalent to having internal linkage from the code-generatio
    [all...]
  /external/clang/test/CXX/over/over.oper/over.literal/
p6.cpp 3 extern "C" void operator "" _a(const char *); // expected-error {{must have C++ linkage}}
4 extern "C" template<char...> void operator "" _b(); // expected-error {{must have C++ linkage}}
7 void operator "" _c(const char *); // expected-error {{must have C++ linkage}}
8 template<char...> void operator "" _d(); // expected-error {{must have C++ linkage}}
10 void operator "" _e(const char *); // expected-error {{must have C++ linkage}}
11 template<char...> void operator "" _f(); // expected-error {{must have C++ linkage}}
  /external/clang/test/CXX/dcl.dcl/dcl.link/
p2.cpp 11 extern u8"C" {} // expected-error {{string literal in language linkage specifier cannot have an encoding-prefix}}
12 extern L"C" {} // expected-error {{string literal in language linkage specifier cannot have an encoding-prefix}}
13 extern u"C++" {} // expected-error {{string literal in language linkage specifier cannot have an encoding-prefix}}
14 extern U"C" {} // expected-error {{string literal in language linkage specifier cannot have an encoding-prefix}}
  /external/clang/test/CodeGenCXX/
2003-11-02-WeakLinkage.cpp 2 // The template should compile to linkonce linkage, not weak linkage.
  /external/llvm/test/Linker/
linkage.ll 1 ; RUN: llvm-as %S/Inputs/linkage.a.ll -o %t.1.bc
2 ; RUN: llvm-as %S/Inputs/linkage.b.ll -o %t.2.bc
  /external/v8/src/compiler/
machine-graph-verifier.h 16 class Linkage;
24 Linkage* linkage, bool is_stub, const char* name,
  /external/clang/test/CodeGen/
2010-12-01-CommonGlobal.c 2 // Don't crash on a common-linkage constant global.
  /external/llvm/test/Assembler/
internal-hidden-function.ll 4 ; CHECK: symbol with local linkage must have default visibility
internal-hidden-variable.ll 4 ; CHECK: symbol with local linkage must have default visibility
internal-protected-function.ll 4 ; CHECK: symbol with local linkage must have default visibility
internal-protected-variable.ll 4 ; CHECK: symbol with local linkage must have default visibility
private-hidden-function.ll 4 ; CHECK: symbol with local linkage must have default visibility
private-hidden-variable.ll 4 ; CHECK: symbol with local linkage must have default visibility
private-protected-function.ll 4 ; CHECK: symbol with local linkage must have default visibility

Completed in 748 milliseconds

1 2 3 4 5 6 7 8 91011>>