/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGCUDARuntime.h | 70 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 D | CGCUDANV.cpp | 142 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 D | CodeGenFunction.cpp | 926 case FunctionReturnThunksAttr::Kind::Extern: in StartFunction()
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 130 Extern = 1, ///< Replace returns with jump to thunk, don't emit thunk. enumerator
|
/openbsd/gnu/llvm/llvm/tools/dsymutil/ |
H A D | MachODebugMapParser.cpp | 595 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 D | MachOReader.cpp | 106 R.Extern = !R.Scattered && MachOObj.getPlainRelocationExternal(R.Info); in extractSections() 258 if (Reloc.Extern) { in setSymbolInRelocationInfo()
|
H A D | MachOObject.h | 183 bool Extern; member
|
H A D | MachOWriter.cpp | 256 const uint32_t SymbolNum = RelocInfo.Extern in writeSections()
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | ConstantInterpreter.rst | 317 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 D | VisibilityMacros.rst | 112 applies *only* to extern *class* templates. Extern *function* templates obey
|
/openbsd/gnu/usr.bin/cvs/windows-NT/ |
H A D | ChangeLog | 711 * ndir.h (opendir): Extern declaration changed to match.
|
/openbsd/gnu/usr.bin/cvs/lib/ |
H A D | ChangeLog | 687 * error.h [CVS_SUPPORT]: Extern decl for error_use_protocol.
|
/openbsd/gnu/llvm/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 1842 .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 D | ChangeLog-1998 | 480 (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 D | ChangeLog-1990 | 389 * symtab.h: Extern a few vars for symbol_file_command.
|
H A D | ChangeLog-1994 | 3590 Extern prototype added to frame.h
|
H A D | ChangeLog-2001 | 2041 * arch-utils.h (generic_in_solib_call_trampoline): Extern declaration.
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | Attr.td | 4120 ["Keep", "Extern"]
|
/openbsd/gnu/usr.bin/binutils/gas/doc/ |
H A D | as.texinfo | 3704 * Extern:: @code{.extern} 4269 @node Extern
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/ |
H A D | as.texinfo | 3774 * Extern:: @code{.extern} 4384 @node Extern
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | FSFChangeLog.10 | 6274 * 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 D | ChangeLog | 4198 * 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 D | ChangeLog-9193 | 5717 (bfd_error_trap, bfd_error_vector): Extern, not common.
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | ChangeLog-9193 | 5717 (bfd_error_trap, bfd_error_vector): Extern, not common.
|
/openbsd/gnu/llvm/clang/include/clang/Driver/ |
H A D | Options.td | 2075 NormalizedValues<["Keep", "Extern"]>,
|