| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| attrib.h | 74 LINK linkage; member in class:LinkDeclaration
|
| attrib.h | 74 LINK linkage; member in class:LinkDeclaration
|
| scope.h | 110 LINK linkage; // linkage for external functions member in struct:Scope
|
| scope.h | 110 LINK linkage; // linkage for external functions member in struct:Scope
|
| mtype.h | 600 LINK linkage; // calling convention member in class:TRUST::TypeFunction 606 static TypeFunction *create(Parameters *parameters, Type *treturn, VarArg varargs, LINK linkage, StorageClass stc = 0);
|
| mtype.h | 600 LINK linkage; // calling convention member in class:TRUST::TypeFunction 606 static TypeFunction *create(Parameters *parameters, Type *treturn, VarArg varargs, LINK linkage, StorageClass stc = 0);
|
| /src/external/gpl3/gcc.old/dist/include/ |
| btf.h | 181 uint32_t linkage; /* Currently only 0=static or 1=global. */ member in struct:btf_var
|
| btf.h | 181 uint32_t linkage; /* Currently only 0=static or 1=global. */ member in struct:btf_var
|
| /src/external/gpl3/gcc/dist/include/ |
| btf.h | 181 /* BTF_KIND_FUNC records encode linkage information in the VLEN bits 190 /* BTF_KIND_VAR records encode linkage information in a single 203 uint32_t linkage; /* 0=static, 1=global, 2=extern. */ member in struct:btf_var
|
| btf.h | 181 /* BTF_KIND_FUNC records encode linkage information in the VLEN bits 190 /* BTF_KIND_VAR records encode linkage information in a single 203 uint32_t linkage; /* 0=static, 1=global, 2=extern. */ member in struct:btf_var
|
| /src/external/gpl3/gcc/dist/gcc/ |
| dwarf2ctf.cc | 644 int linkage = get_AT_flag (function, DW_AT_external); local 689 linkage);
|
| dwarf2ctf.cc | 644 int linkage = get_AT_flag (function, DW_AT_external); local 689 linkage);
|
| ctfc.h | 164 uint32_t linkage; /* Used in function types. 0=local, 1=global. */ variable
|
| ctfc.h | 164 uint32_t linkage; /* Used in function types. 0=local, 1=global. */ variable
|
| /src/external/apache2/llvm/dist/clang/bindings/python/clang/ |
| cindex.py | 785 # A linkage specification, e.g. 'extern "C"'. 1585 def linkage(self): member in class:Cursor 1586 """Return the linkage of this cursor.""" 2145 """Describes the kind of linkage of a cursor."""
|
| cindex.py | 785 # A linkage specification, e.g. 'extern "C"'. 1585 def linkage(self): member in class:Cursor 1586 """Return the linkage of this cursor.""" 2145 """Describes the kind of linkage of a cursor."""
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGBlocks.cpp | 261 llvm::GlobalValue::LinkageTypes linkage; local 263 linkage = llvm::GlobalValue::InternalLinkage; 266 // If either the copy helper or the dispose helper has internal linkage, 267 // the block descriptor must have internal linkage too. 268 linkage = llvm::GlobalValue::InternalLinkage; 270 linkage = llvm::GlobalValue::LinkOnceODRLinkage; 275 /*constant*/ true, linkage, AddrSpace); 277 if (linkage == llvm::GlobalValue::LinkOnceODRLinkage) { 2137 // internal linkage. 2393 // internal linkage [all...] |
| CGBlocks.cpp | 261 llvm::GlobalValue::LinkageTypes linkage; local 263 linkage = llvm::GlobalValue::InternalLinkage; 266 // If either the copy helper or the dispose helper has internal linkage, 267 // the block descriptor must have internal linkage too. 268 linkage = llvm::GlobalValue::InternalLinkage; 270 linkage = llvm::GlobalValue::LinkOnceODRLinkage; 275 /*constant*/ true, linkage, AddrSpace); 277 if (linkage == llvm::GlobalValue::LinkOnceODRLinkage) { 2137 // internal linkage. 2393 // internal linkage [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| ModuleSummaryIndex.h | 293 /// Group flags (Linkage, NotEligibleToImport, etc.) as a bitfield. 295 /// The linkage type of the associated global value. 297 /// One use is to flag values that have local linkage types and need to 300 /// In the future this will be used to update and optimize linkage 302 unsigned Linkage : 4; 319 /// within the same linkage unit. 334 explicit GVFlags(GlobalValue::LinkageTypes Linkage, 338 : Linkage(Linkage), Visibility(Visibility), 399 /// Return linkage type recorded for this global value 400 GlobalValue::LinkageTypes linkage() const { function in class:llvm::CalleeInfo::GlobalValueSummary [all...] |
| ModuleSummaryIndex.h | 293 /// Group flags (Linkage, NotEligibleToImport, etc.) as a bitfield. 295 /// The linkage type of the associated global value. 297 /// One use is to flag values that have local linkage types and need to 300 /// In the future this will be used to update and optimize linkage 302 unsigned Linkage : 4; 319 /// within the same linkage unit. 334 explicit GVFlags(GlobalValue::LinkageTypes Linkage, 338 : Linkage(Linkage), Visibility(Visibility), 399 /// Return linkage type recorded for this global value 400 GlobalValue::LinkageTypes linkage() const { function in class:llvm::CalleeInfo::GlobalValueSummary [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| debug.c | 475 /* Linkage of an object that appears in a namespace. */ 486 /* No linkage. */ 502 /* Linkage of object. */ 503 enum debug_object_linkage linkage; member in struct:debug_name 612 enum debug_object_linkage linkage) 621 n->linkage = linkage; 644 enum debug_object_linkage linkage) 660 return debug_add_to_namespace (info, nsp, name, kind, linkage); 1136 enum debug_object_linkage linkage; 1134 enum debug_object_linkage linkage; local [all...] |
| debug.c | 475 /* Linkage of an object that appears in a namespace. */ 486 /* No linkage. */ 502 /* Linkage of object. */ 503 enum debug_object_linkage linkage; member in struct:debug_name 612 enum debug_object_linkage linkage) 621 n->linkage = linkage; 644 enum debug_object_linkage linkage) 660 return debug_add_to_namespace (info, nsp, name, kind, linkage); 1136 enum debug_object_linkage linkage; 1134 enum debug_object_linkage linkage; local [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| debug.c | 475 /* Linkage of an object that appears in a namespace. */ 486 /* No linkage. */ 502 /* Linkage of object. */ 503 enum debug_object_linkage linkage; member in struct:debug_name 612 enum debug_object_linkage linkage) 621 n->linkage = linkage; 644 enum debug_object_linkage linkage) 660 return debug_add_to_namespace (info, nsp, name, kind, linkage); 1136 enum debug_object_linkage linkage; 1134 enum debug_object_linkage linkage; local [all...] |
| debug.c | 475 /* Linkage of an object that appears in a namespace. */ 486 /* No linkage. */ 502 /* Linkage of object. */ 503 enum debug_object_linkage linkage; member in struct:debug_name 612 enum debug_object_linkage linkage) 621 n->linkage = linkage; 644 enum debug_object_linkage linkage) 660 return debug_add_to_namespace (info, nsp, name, kind, linkage); 1136 enum debug_object_linkage linkage; 1134 enum debug_object_linkage linkage; local [all...] |
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| llvm.mli | 88 (** The linkage of a global value, accessed with {!linkage} and 90 module Linkage : sig 136 internal linkage. *) 1374 (** [linkage g] returns the linkage of the global value [g]. 1376 val linkage : llvalue -> Linkage.t var 1378 (** [set_linkage l g] sets the linkage of the global value [g] to [l]. 1380 val set_linkage : Linkage.t -> llvalue -> uni [all...] |