HomeSort by: relevance | last modified time | path
    Searched refs:final (Results 1 - 25 of 1446) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
gnu-ifunc-final.c 19 final (int arg) function
gnu-ifunc-lib.c 21 extern int final (int arg);
38 return final;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
gnu-ifunc-final.c 19 final (int arg) function
gnu-ifunc-lib.c 21 extern int final (int arg);
38 return final;
  /src/share/examples/npf/
l2tp_gw-npf.conf 30 pass out final proto udp from any port bootpc to any port bootps
31 pass in final proto udp from any port bootps to any port bootpc
32 pass in final proto udp from any port bootps to 255.255.255.255 port bootpc
36 pass stateful out final proto udp to any port domain
39 #block in final from <1> apply "log"
44 block in final from $private_addr apply "log"
45 block out final to $private_addr apply "log"
47 pass stateful out final proto tcp all
48 pass stateful out final proto udp all
49 pass stateful out final proto icmp al
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-logical-location.h 46 const char *get_short_name () const final override;
47 const char *get_name_with_scope () const final override;
48 const char *get_internal_name () const final override;
49 enum logical_location_kind get_kind () const final override;
61 const char *get_short_name () const final override;
62 const char *get_name_with_scope () const final override;
63 const char *get_internal_name () const final override;
64 enum logical_location_kind get_kind () const final override;
tree-diagnostic-client-data-hooks.cc 48 const char *get_short_name () const final override
53 const char *get_full_name () const final override
58 const char *get_version () const final override
73 const char *get_tool_name () const final override
81 maybe_make_full_name () const final override
88 const char *get_version_string () const final override
93 char *maybe_make_version_url () const final override
98 void for_each_plugin (plugin_visitor &visitor) const final override
121 const client_version_info *get_any_version_info () const final override
126 const logical_location *get_current_logical_location () const final overrid
    [all...]
json.h 99 enum kind get_kind () const final override { return JSON_OBJECT; }
100 void print (pretty_printer *pp, bool formatted) const final override;
128 enum kind get_kind () const final override { return JSON_ARRAY; }
129 void print (pretty_printer *pp, bool formatted) const final override;
144 enum kind get_kind () const final override { return JSON_FLOAT; }
145 void print (pretty_printer *pp, bool formatted) const final override;
160 enum kind get_kind () const final override { return JSON_INTEGER; }
161 void print (pretty_printer *pp, bool formatted) const final override;
179 enum kind get_kind () const final override { return JSON_STRING; }
180 void print (pretty_printer *pp, bool formatted) const final override
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.betterc/
test20613.d 7 final switch(s)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
compile-ifunc.c 23 final (int arg) function
33 return final;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
compile-ifunc.c 23 final (int arg) function
33 return final;
  /src/external/bsd/blocklist/etc/
npf.conf 10 pass final all
14 pass final all
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_stoptheworld_fuchsia.h 16 class SuspendedThreadsListFuchsia final : public SuspendedThreadsList {}; class in namespace:__sanitizer
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_stoptheworld_fuchsia.h 16 class SuspendedThreadsListFuchsia final : public SuspendedThreadsList {}; class in namespace:__sanitizer
  /src/lib/libcrypt/
md5crypt.c 33 #define FINAL(v, x) MD5Final((v), (x))
44 unsigned char final[16]; local
82 FINAL(final, &ctx1);
85 UPDATE(&ctx, final, (unsigned int)(pl > 16 ? 16 : pl));
88 memset(final, 0, sizeof(final));
93 UPDATE(&ctx, final, 1);
102 FINAL(final, &ctx)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600MachineFunctionInfo.h 19 class R600MachineFunctionInfo final : public AMDGPUMachineFunction { class in namespace:llvm
  /src/usr.sbin/npf/npftest/
npftest.conf 65 pass out final from $local_ip3
66 pass in final to $pub_ip3
67 pass in final from $local_ip4 port 8000-10000 user $Kojo group $wheel
68 block out final to 127.0.0.1 user > $Kojo group 1 >< $wheel
70 pass out final from $net6_inner
71 pass in final to $net6_outer
73 pass out final from $net_a
74 pass in final to $net_b
76 pass stateful out final proto tcp flags S/SA all
77 pass stateful out final from $local_ne
    [all...]
npftestl3.conf 47 pass out final from $local_ip3
48 pass in final to $pub_ip3
49 pass in final from $local_ip4 user $Kojo group $wheel
50 block out final to 127.0.0.1 user > $Kojo group 1 >< $wheel
52 pass out final from $net6_inner
53 pass in final to $net6_outer
55 pass out final from $net_a
56 pass in final to $net_b
58 pass stateful out final proto tcp flags S/SA all
59 pass stateful out final from $local_ne
    [all...]
  /src/external/gpl3/gcc/dist/gcc/text-art/
theme.h 94 bool unicode_p () const final override { return false; }
95 bool emojis_p () const final override { return false; }
98 get_line_art (directions line_dirs) const final override;
100 cppchar_t get_cppchar (enum cell_kind kind) const final override;
106 bool unicode_p () const final override { return true; }
110 get_line_art (directions line_dirs) const final override;
112 cppchar_t get_cppchar (enum cell_kind kind) const final override;
118 bool emojis_p () const final override { return true; }
  /src/external/gpl3/gcc/dist/gcc/cp/
cxx-pretty-print.h 39 void constant (tree) final override;
40 void id_expression (tree) final override;
41 void primary_expression (tree) final override;
42 void postfix_expression (tree) final override;
43 void unary_expression (tree) final override;
44 void multiplicative_expression (tree) final override;
45 void conditional_expression (tree) final override;
46 void assignment_expression (tree) final override;
47 void expression (tree) final override;
48 void type_id (tree) final override
    [all...]
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.h 454 void replay_into (replayer *) final override {}
460 string * make_debug_string () final override;
461 void write_reproducer (reproducer &r) final override;
485 void replay_into (replayer *r) final override;
514 location *dyn_cast_location () final override { return this; }
518 string * make_debug_string () final override;
519 void write_reproducer (reproducer &r) final override;
622 type *dereference () final override;
624 size_t get_size () final override;
626 bool accepts_writes_from (type *rtype) final overrid
    [all...]
  /src/external/bsd/zstd/dist/tests/gzip/
zgrep-context.sh 26 1) start=1 final=$1;;
27 2) start=$1 final=$2;;
30 awk 'BEGIN{for(i='$start';i<='$final';i++) print i}' < /dev/null
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
ios_errcat.cc 38 struct io_error_category final : std::error_category struct in namespace:__anon14840
41 name() const noexcept final
46 message(int __ec) const final
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/thread/
threadgroup.d 32 final Thread create(void function() fn)
54 final Thread create(void delegate() dg)
75 final void add(Thread t)
99 final void remove(Thread t)
116 final int opApply(scope int delegate(ref Thread) dg)
146 final void joinAll(bool rethrow = true)
  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
WebAssembly.h 78 bool hasFeature(StringRef Feature) const final; member in class:clang::targets::WebAssemblyTargetInfo
81 bool Enabled) const final; member in class:clang::targets::WebAssemblyTargetInfo
84 DiagnosticsEngine &Diags) final; member in class:clang::targets::WebAssemblyTargetInfo
86 bool isValidCPUName(StringRef Name) const final; member in class:clang::targets::WebAssemblyTargetInfo
87 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const final; member in class:clang::targets::WebAssemblyTargetInfo
89 bool setCPU(const std::string &Name) final { return isValidCPUName(Name); }
91 ArrayRef<Builtin::Info> getTargetBuiltins() const final; member in class:clang::targets::WebAssemblyTargetInfo
93 BuiltinVaListKind getBuiltinVaListKind() const final {
97 ArrayRef<const char *> getGCCRegNames() const final { return None; }
99 ArrayRef<TargetInfo::GCCRegAlias> getGCCRegAliases() const final {
    [all...]

Completed in 82 milliseconds

1 2 3 4 5 6 7 8 91011>>