Home
last modified time | relevance | path

Searched defs:kind (Results 376 - 400 of 587) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h104 SDep(SUnit *S, Kind kind, unsigned Reg) in SDep() argument
123 SDep(SUnit *S, OrderKind kind) in SDep() argument
[all...]
/third_party/python/Parser/
H A Daction_helpers.c753 _PyPegen_augoperator(Parser *p, operator_ty kind) in _PyPegen_augoperator() argument
[all...]
H A Dtokenizer.c1261 verify_end_of_number(struct tok_state *tok, int c, const char *kind) in verify_end_of_number() argument
/third_party/python/Python/
H A D_warnings.c448 int kind; in normalize_module() local
532 int kind; in show_warning() local
H A Dformatter_unicode.c65 int kind = PyUnicode_KIND(str); in get_integer() local
157 int kind = PyUnicode_KIND(format_spec); in parse_internal_render_format_spec() local
451 int kind = PyUnicode_KIND(s); in parse_number() local
611 const unsigned int kind in fill_number() local
[all...]
H A Dgetargs.c868 int kind; in convertsimple() local
/third_party/python/Objects/
H A Dframeobject.c136 typedef enum kind { enum
169 push_value(int64_t stack, Kind kind) in push_value() argument
1132 _PyLocals_Kind kind = _PyLocals_GetKind(co->co_localspluskinds, i); in _PyFrame_FastToLocalsWithError() local
1238 _PyLocals_Kind kind = _PyLocals_GetKind(co->co_localspluskinds, i); in _PyFrame_LocalsToFast() local
[all...]
H A Dodictobject.c1643 int kind; member
1852 odictiter_new(PyODictObject *od, int kind) in odictiter_new() argument
[all...]
/third_party/python/Modules/
H A D_json.c165 int kind; in ascii_escape_unicode() local
230 int kind; in escape_unicode() local
396 int kind; scanstring_unicode() local
688 int kind; _parse_object_unicode() local
818 int kind; _parse_array_unicode() local
921 int kind; _match_number_unicode() local
1038 int kind; scan_once_unicode() local
[all...]
H A Dunicodedata.c502 int kind; in nfd_nfkd() local
649 int kind; nfc_nfkc() local
814 int kind; is_normalized_quickcheck() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime.h978 } kind; member
1181 Kind kind; member
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dflag.h215 FlagHelpKind kind; member
273 FlagDefaultKind kind; member
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dmod.rs35 pub fn kind(&self) -> &ErrorKind { in kind() functions
[all...]
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dmod.rs38 pub fn kind(&self) -> &ErrorKind { in kind() functions
219 pub fn kind(&self) -> &HirKind { kind() functions
[all...]
/third_party/spirv-tools/source/opt/
H A Dtypes.h137 Kind kind() const { return kind_; } in kind() function in spvtools::opt::analysis::Type
/test/testfwk/xdevice/src/xdevice/_core/
H A Dconstants.py405 kind = "kind" variable in DeviceProperties
/third_party/FreeBSD/sys/dev/usb/
H A Dusbhid.h237 enum hid_kind kind; member
/third_party/libabigail/tools/
H A Dabipkgdiff.cc334 enum kind enum in package
[all...]
/third_party/libbpf/src/
H A Dbtf_dump.c690 __u16 kind; in btf_dump_emit_type() local
1432 __u16 kind; in btf_dump_emit_type_chain() local
[all...]
H A Dlibbpf_internal.h273 static inline __u32 btf_type_info(int kind, int vlen, int kflag) in btf_type_info() argument
/third_party/node/src/crypto/
H A Dcrypto_tls.cc485 Kind kind = args[2]->IsTrue() ? Kind::kServer : Kind::kClient; in Wrap() local
356 TLSWrap(Environment* env, Local<Object> obj, Kind kind, StreamBase* stream, SecureContext* sc, UnderlyingStreamWriteStatus under_stream_ws) TLSWrap() argument
/third_party/node/deps/v8/src/wasm/
H A Dmodule-instantiate.cc1122 compiler::WasmImportCallKind kind = resolved.kind; in ProcessImportedFunction() local
1593 compiler::WasmImportCallKind kind = resolved.kind; CompileImportWrappers() local
[all...]
H A Dwasm-module.h115 Kind kind() const { return KindField::decode(bit_field_); } in kind() function in v8::internal::wasm::ConstantExpression
260 ImportExportKindCode kind; // kind of the import. global() member
267 ImportExportKindCode kind; // kind of the export. global() member
387 Kind kind; global() member
[all...]
H A Dwasm-serialization.cc729 WasmCode::Kind kind = reader->Read<WasmCode::Kind>(); in ReadCode() local
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc50 FunctionKindToFunctionFlags( FunctionKind kind) FunctionKindToFunctionFlags() argument
82 FunctionKind kind; FunctionFlagsToFunctionKind() local
1762 FunctionKind kind = FunctionFlagsToFunctionKind(flags); CreateJSFunction() local
[all...]

Completed in 48 milliseconds

1...<<11121314151617181920>>...24