Home
last modified time | relevance | path

Searched refs:Extern (Results 1 – 25 of 32) sorted by relevance

12

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCUDARuntime.h70 unsigned Extern : 1; variable
78 : Kind(K), Extern(E), Constant(C), Managed(M), Normalized(N), in DeviceVarFlags()
82 bool isExtern() const { return Extern; } in isExtern()
H A DCGCUDANV.cpp142 bool Extern, bool Constant) { in registerDeviceVar() argument
145 {DeviceVarFlags::Variable, Extern, Constant, in registerDeviceVar()
150 bool Extern, int Type) { in registerDeviceSurf() argument
153 {DeviceVarFlags::Surface, Extern, /*Constant*/ false, in registerDeviceSurf()
158 bool Extern, int Type, bool Normalized) { in registerDeviceTex() argument
161 {DeviceVarFlags::Texture, Extern, /*Constant*/ false, in registerDeviceTex()
H A DCodeGenFunction.cpp926 case FunctionReturnThunksAttr::Kind::Extern: in StartFunction()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DCodeGen.h130 Extern = 1, ///< Replace returns with jump to thunk, don't emit thunk. enumerator
/openbsd/gnu/llvm/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp595 bool Extern = SymType & (MachO::N_EXT | MachO::N_PEXT); in loadMainBinarySymbols() local
604 if ((Section == MainBinary.section_end() || Section->isText()) && !Extern) in loadMainBinarySymbols()
618 if (Extern) in loadMainBinarySymbols()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp106 R.Extern = !R.Scattered && MachOObj.getPlainRelocationExternal(R.Info); in extractSections()
258 if (Reloc.Extern) { in setSymbolInRelocationInfo()
H A DMachOObject.h183 bool Extern; member
H A DMachOWriter.cpp256 const uint32_t SymbolNum = RelocInfo.Extern in writeSections()
/openbsd/gnu/llvm/clang/docs/
H A DConstantInterpreter.rst317 Extern pointers can be derived, pointing into symbols which are not
320 the ``LValuePath`` of an APValue. Extern pointers can be converted
/openbsd/gnu/llvm/libcxx/docs/DesignDocs/
H A DVisibilityMacros.rst112 applies *only* to extern *class* templates. Extern *function* templates obey
/openbsd/gnu/usr.bin/cvs/windows-NT/
H A DChangeLog711 * ndir.h (opendir): Extern declaration changed to match.
/openbsd/gnu/usr.bin/cvs/lib/
H A DChangeLog687 * error.h [CVS_SUPPORT]: Extern decl for error_use_protocol.
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1842 .Case("thunk-extern", llvm::FunctionReturnThunksKind::Extern) in ParseCodeGenArgs()
1851 else if (Val == llvm::FunctionReturnThunksKind::Extern && in ParseCodeGenArgs()
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-1998480 (hppa_pid_to_str): Extern decl.
481 (hppa_tid_to_str): Extern decl.
483 (hppa_pid_or_tid_to_str): Extern decl.
486 (hppa_ensure_vforking_parent_remains_stopped): Extern decl.
489 (hppa_resume_execd_vforking_child_to_get_parent_vfork): Extern decl.
H A DChangeLog-1990389 * symtab.h: Extern a few vars for symbol_file_command.
H A DChangeLog-19943590 Extern prototype added to frame.h
H A DChangeLog-20012041 * arch-utils.h (generic_in_solib_call_trampoline): Extern declaration.
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td4120 ["Keep", "Extern"]
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Das.texinfo3704 * Extern:: @code{.extern}
4269 @node Extern
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Das.texinfo3774 * Extern:: @code{.extern}
4384 @node Extern
/openbsd/gnu/usr.bin/gcc/gcc/
H A DFSFChangeLog.106274 * xm-rs6000.h (alloca): Extern decl added for non-GNU compiler.
7495 * m68k/xm-mot3300.h (alloca): Extern decl added for non-GNU compiler.
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A DChangeLog4198 * parse.y (temporary_obstack): Extern declaration removed.
12508 build_decl_no_layout, build_java_arrayaccess): Extern function
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A DChangeLog-91935717 (bfd_error_trap, bfd_error_vector): Extern, not common.
/openbsd/gnu/usr.bin/binutils/bfd/
H A DChangeLog-91935717 (bfd_error_trap, bfd_error_vector): Extern, not common.
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td2075 NormalizedValues<["Keep", "Extern"]>,

12