Home
last modified time | relevance | path

Searched refs:inlined (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/sbin/pfctl/tests/files/
H A Dpf0100.in12 anchor "bar" in { # nested named inlined anchor
17 anchor in { # nested unnamed inlined anchor
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def146 "Whether C++ temporary destructors should be inlined "
149 "temporary destructors would not be inlined anyway.",
156 "inlined functions that are more defensive than their callers.",
169 "suppress-inlined-defensive-checks",
170 "Whether or not diagnostics containing inlined "
289 "Whether lambdas should be inlined. Otherwise a sink node will be "
480 "The maximum times a large function could be inlined.", 32)
484 "The bound on the number of basic blocks in an inlined function.",
564 "Controls which functions will be inlined during the first phase of the ctu "
570 "limited number of statements would be inlined during the first phase. The "
[all …]
H A DAnalyses.def88 "Do not analyze a function which has been previously inlined")
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp92 bool inlined = true; in ResetCurrentInlinedDepth() local
93 auto inline_depth = stop_info_sp->GetSuggestedStackFrameIndex(inlined); in ResetCurrentInlinedDepth()
760 bool inlined = false; in SelectMostRelevantFrame() local
762 stop_info_sp->GetSuggestedStackFrameIndex(inlined); in SelectMostRelevantFrame()
H A DTargetProperties.td155inlined by the compiler, so that a compile unit 'a.c' might contain an inlined function from anoth…
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A DOpts.td50 defm inlines : B<"inlines", "Print all inlined frames for a given address",
51 "Do not print inlined frames">;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DCoreProperties.td62 …lumn}${ansi.normal}}}{${function.is-optimized} [opt]}{${function.is-inlined} [inlined]}{${frame.is…
236 …lumn}${ansi.normal}}}{${function.is-optimized} [opt]}{${function.is-inlined} [inlined]}{${frame.is…
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-fpu.m49 dnl # 5.11: kernel_fpu_begin() is an inlined function now, so don't check
H A Dkernel-bio.m4113 dnl # The Linux 5.5 kernel updated percpu_ref_tryget() which is inlined by
/freebsd/contrib/arm-optimized-routines/math/
H A DREADME.contributors73 inlined.
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython.swig28 * :py:class:`SBFunction`: Represents a generic function, which can be inlined or not.
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A DOpts.td46 def add_inlinedinfo : FF<"add-inlinedinfo", "Add symbols from the inlined libraries, TBD only">, Group<grp_mach_o>;
/freebsd/lib/libc/softfloat/
H A Dsoftfloat-source.txt188 be inlined by the compiler. SoftFloat depends on inlining to obtain
248 functions defined here are intended to be inlined for efficiency. This
/freebsd/contrib/llvm-project/lldb/docs/design/
H A Dsbapi.rst
H A Doverview.rst
/freebsd/contrib/wpa/
H A DCONTRIBUTIONS39 The message should contain an inlined patch against the current
/freebsd/contrib/bc/
H A DREADME.md217 small functions that could be inlined. However, they are often called across
219 which means that they are not inlined.
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc184 "Print inlined frames in stacktraces. Defaults to true.")
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td288 "be inlined into function %0 that is compiled without support for '%2'">;
H A DAttrDocs.td220 Note that a dllimport function may still be inlined, if its definition is
794 statement will not be inlined by the compiler.
2785 Functions annotated with this attribute are likely to be inlined by BPF JIT.
2786 It is assumed that inlined implementation uses less caller saved registers,
3865 be inlined unless it is impossible to do so, for example if the body of the
6641 is substantially faster and potentially allows the implementation to be inlined,
6818 function is inlined, the attribute indicates that debuggers should associate
6820 corresponding line within the inlined callee.
7158 call sites are inlined, unlike in C99 and C++ inline semantics.
7222 'speculative_load_hardening' attribute will always (even when inlined)
[all …]
/freebsd/contrib/tcsh/
H A Dtcsh.man2html306 # Skip inlined sections
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.inl38 // Ensure that the functions are static if they're supposed to be being inlined.
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td1002 // Memcpy semantic that is guaranteed to be inlined.
1030 // Memset version that is guaranteed to be inlined.
/freebsd/crypto/openssl/crypto/des/asm/
H A Ddes_enc.m41421 ! rounds inlined for alignment purposes
/freebsd/contrib/libpcap/
H A Daclocal.m4635 # as it just tests whether a function returning "int" can be inlined;

12