Home
last modified time | relevance | path

Searched refs:Static (Results 1 – 25 of 232) sorted by relevance

12345678910

/openbsd/sys/net/
H A Dbpf_filter.c54 #define Static macro
56 #define Static static macro
66 Static u_int32_t bpf_mem_ldw(const void *, u_int32_t, int *);
67 Static u_int32_t bpf_mem_ldh(const void *, u_int32_t, int *);
68 Static u_int32_t bpf_mem_ldb(const void *, u_int32_t, int *);
76 Static u_int32_t
93 Static u_int32_t
110 Static u_int32_t
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Doptimize1.C13 static void Static (int v1);
37 void B::Static(int v1) in Static() function
65 p.Static (1); in main()
/openbsd/gnu/llvm/clang/docs/
H A DClangStaticAnalyzer.rst2 Clang Static Analyzer
5 The Clang Static Analyzer is a source code analysis tool that finds bugs in C, C++, and Objective-C…
8 This is the Static Analyzer documentation page.
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DOpenMPKinds.def84 // Static attributes for 'schedule' clause.
100 // Static attributes for 'defaultmap' clause.
115 // Static attributes for 'depend' clause.
166 // Static attributes for 'dist_schedule' clause.
/openbsd/gnu/llvm/clang/
H A DREADME.txt11 different source-level tools. One example of this is the Clang Static Analyzer.
18 Clang Static Analyzer: http://clang-analyzer.llvm.org/
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86Subtarget.cpp188 if (TM.getRelocationModel() == Reloc::Static) in classifyGlobalReference()
230 if (!is64Bit() && !GV && TM.getRelocationModel() == Reloc::Static) in classifyGlobalFunctionReference()
254 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in isLegalToCallImmediateAddr()
H A DX86TargetMachine.cpp174 return Reloc::Static; in getEffectiveRelocModel()
186 return Reloc::Static; in getEffectiveRelocModel()
197 return Reloc::Static; in getEffectiveRelocModel()
202 if (*RM == Reloc::Static && TT.isOSDarwin() && is64Bit) in getEffectiveRelocModel()
/openbsd/gnu/usr.bin/cvs/diff/
H A Dlibdiff.dsp5 # TARGTYPE "Win32 (x86) Static Library" 0x0104
20 !MESSAGE "libdiff - Win32 Release" (based on "Win32 (x86) Static Library")
21 !MESSAGE "libdiff - Win32 Debug" (based on "Win32 (x86) Static Library")
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/
H A DCMakeLists.txt4 add_subdirectory(Static)
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.cpp62 TripleName, CpuName, Features, Options, Reloc::Model::Static))); in Create()
100 Reloc::Model::Static))); in createTargetMachine()
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/Static/
H A DBUILD.gn1 static_library("Static") {
/openbsd/regress/usr.bin/pkg-config/pcdir/
H A Dstatic.pc6 Name: Static compilation test
H A Dstatic2.pc6 Name: Static compilation test
H A Dstatic3.pc6 Name: Static compilation test
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h110 LookupKind::Static, in launchCompile()
154 LookupKind::Static, in registerSymbols()
/openbsd/gnu/usr.bin/clang/liblldbPluginDynamicLoader/
H A DMakefile23 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/DynamicLoader/Static
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DCodeGen.h25 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
/openbsd/gnu/llvm/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.cpp43 return Reloc::Static; in getEffectiveRelocModel()
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp34 return RM.value_or(Reloc::Static); in getEffectiveRelocModel()
/openbsd/usr.sbin/pkg_add/OpenBSD/LibSpec/
H A DBuild.pm22 package OpenBSD::Library::Static;
/openbsd/regress/usr.sbin/bgpd/integrationtests/
H A Dlladdr.rdomain1.ok12 flags: B = BGP, C = Connected, S = Static
H A Dlladdr.rdomain2.ok12 flags: B = BGP, C = Connected, S = Static
/openbsd/gnu/llvm/llvm/lib/Target/ARC/
H A DARCTargetMachine.cpp26 return RM.value_or(Reloc::Static); in getRelocModel()
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dmisc.cc294 class Static { class
298 void Static::ii (int, int) { } in ii()
H A Dclasses.cc294 class Static { class
298 void Static::ii (int, int) { } in ii()

12345678910