Home
last modified time | relevance | path

Searched defs:label (Results 1151 - 1175 of 1358) sorted by relevance

1...<<41424344454647484950>>...55

/third_party/icu/icu4c/source/test/intltest/
H A Dusettest.cpp1483 void UnicodeSetTest::expectRange(const UnicodeString& label, in expectRange() argument
H A Dloctest.cpp4367 void LocaleTest::_checklocs(const char* label, in _checklocs() argument
4879 static const char* label[] = { "createFromName", "createCanonical", "Locale" }; in TestCanonicalization() local
H A Dtranstst.cpp3204 void TransliteratorTest::checkRules(const UnicodeString& label, Transliterator& t2, in checkRules() argument
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_private.h231 const uint32_t *label; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_serialize.c2167 char *label = (strings & 0x2) ? blob_read_string(blob) : NULL; in nir_deserialize() local
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c430 spirv_builder_label(struct spirv_builder *b, SpvId label) in spirv_builder_label() argument
689 spirv_builder_emit_branch(struct spirv_builder *b, SpvId label) in spirv_builder_emit_branch() argument
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h2122 void LiftoffAssembler::emit_jump(Label* label) { b(al, label); } in emit_jump() argument
2126 emit_cond_jump(LiftoffCondition liftoff_cond, Label* label, ValueKind kind, Register lhs, Register rhs) emit_cond_jump() argument
2165 emit_i32_cond_jumpi(LiftoffCondition liftoff_cond, Label* label, Register lhs, int32_t imm) emit_i32_cond_jumpi() argument
/third_party/ntfs-3g/ntfsprogs/
H A Dmkntfs.c228 char *label; /* -L, volume label */ member
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dlinearize.c629 static void bind_label(struct symbol *label, struct basic_block *bb, struct position pos) in bind_label() argument
636 static struct basic_block * get_bound_block(struct entrypoint *ep, struct symbol *label) in get_bound_block() argument
722 add_label(struct entrypoint *ep, struct symbol *label) add_label() argument
2385 struct symbol *label = stmt->label_identifier; linearize_statement() local
[all...]
H A Dcompile-i386.c138 int label; member
182 int label; member
571 static int label = 0; in new_label() local
481 push_cstring(struct function *f, struct string *str, int label) push_cstring() argument
659 emit_label(int label, const char *comment) emit_label() argument
1637 int label = new_label(); emit_string_expr() local
1715 struct storage *labelsym, *label; emit_switch_statement() local
[all...]
H A Devaluate.c3309 static void check_label_declaration(struct position pos, struct symbol *label) in check_label_declaration() argument
3876 struct symbol *label = stmt->goto_label; in evaluate_goto_statement() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.cc553 void CodeAssembler::Bind(Label* label) { return label->Bind(); } in Bind() argument
556 void CodeAssembler::Bind(Label* label, AssemblerDebugInfo debug_info) { in Bind() argument
1253 void CodeAssembler::Goto(Label* label) { in Goto() argument
1691 PushExceptionHandler( CodeAssemblerExceptionHandlerLabel* label) PushExceptionHandler() argument
1700 ScopedExceptionHandler( CodeAssembler* assembler, CodeAssemblerExceptionHandlerLabel* label) ScopedExceptionHandler() argument
1711 ScopedExceptionHandler( CodeAssembler* assembler, CodeAssemblerLabel* label, TypedCodeAssemblerVariable<Object>* exception) ScopedExceptionHandler() argument
[all...]
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc1865 void PrintMap(int indent, const char* label, VariableMap* map, bool locals, in PrintMap() argument
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h123 static Immediate CodeRelativeOffset(Label* label) { return Immediate(label); } in CodeRelativeOffset() argument
242 explicit Operand(Label* label) { in Operand() argument
1632 SizeOfCodeGeneratedSince(Label* label) SizeOfCodeGeneratedSince() argument
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h1168 SizeOfCodeGeneratedSince(Label* label) SizeOfCodeGeneratedSince() argument
1173 InstructionsGeneratedSince(Label* label) InstructionsGeneratedSince() argument
[all...]
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.h230 V8_INLINE explicit Operand(Label* label, int addend = 0) { in Operand() argument
2025 SizeOfCodeGeneratedSince(Label* label) SizeOfCodeGeneratedSince() argument
[all...]
/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.cc459 const char* label() const { in label() function in v8::internal::final
574 void AnnotateStrongRetainer(const char* label) { in AnnotateStrongRetainer() argument
1190 AnnotateStrongRetainer(Address* location, const char* label) AnnotateStrongRetainer() argument
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-builder.cc174 void BytecodeArrayBuilder::WriteJump(BytecodeNode* node, BytecodeLabel* label) { in WriteJump() argument
1095 BytecodeArrayBuilder& BytecodeArrayBuilder::Bind(BytecodeLabel* label) { in Bind() argument
1152 Jump(BytecodeLabel* label) Jump() argument
1158 JumpIfTrue(ToBooleanMode mode, BytecodeLabel* label) JumpIfTrue() argument
1170 JumpIfFalse(ToBooleanMode mode, BytecodeLabel* label) JumpIfFalse() argument
1182 JumpIfNull(BytecodeLabel* label) JumpIfNull() argument
1188 JumpIfNotNull( BytecodeLabel* label) JumpIfNotNull() argument
1195 JumpIfUndefined( BytecodeLabel* label) JumpIfUndefined() argument
1202 JumpIfUndefinedOrNull( BytecodeLabel* label) JumpIfUndefinedOrNull() argument
1209 JumpIfNotUndefined( BytecodeLabel* label) JumpIfNotUndefined() argument
1216 JumpIfNil(BytecodeLabel* label, Token::Value op, NilValue nil) JumpIfNil() argument
1234 JumpIfNotNil(BytecodeLabel* label, Token::Value op, NilValue nil) JumpIfNotNil() argument
1252 JumpIfJSReceiver( BytecodeLabel* label) JumpIfJSReceiver() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc346 MovableLabel label; member
361 MovableLabel label; member
420 MovableLabel label; member
[all...]
/third_party/libabigail/src/
H A Dabg-suppression.cc72 suppression_base::suppression_base(const string& label) in suppression_base() argument
86 suppression_base::suppression_base(const string& label, in suppression_base() argument
147 set_label(const string& label) set_label() argument
422 type_suppression(const string& label, const string& type_name_regexp, const string& type_name) type_suppression() argument
1629 ini::simple_property_sptr label = read_type_suppression() local
2103 function_suppression(const string& label, const string& name, const string& nr, const string& ret_tn, const string& ret_tr, parameter_specs_type& ps, const string& sym_n, const string& sym_nr, const string& sym_v, const string& sym_vr) function_suppression() argument
3373 variable_suppression(const string& label, const string& name, const string& name_regex_str, const string& symbol_name, const string& symbol_name_regex_str, const string& symbol_version, const string& symbol_version_regex, const string& type_name, const string& type_name_regex_str) variable_suppression() argument
4225 file_suppression(const string& label, const string& fname_regex_str, const string& fname_not_regex_str) file_suppression() argument
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeS390X.c1426 struct sljit_label *label; in sljit_generate_code() local
3381 struct sljit_label *label; sljit_emit_label() local
[all...]
H A DsljitNativePPC_common.c416 struct sljit_label *label; in sljit_generate_code() local
2192 struct sljit_label *label; sljit_emit_label() local
[all...]
H A DsljitNativeRISCV_common.c385 struct sljit_label *label; in sljit_generate_code() local
2270 struct sljit_label *label; sljit_emit_label() local
[all...]
H A DsljitNativeARM_32.c686 struct sljit_label *label; in sljit_generate_code() local
2671 struct sljit_label *label; sljit_emit_label() local
[all...]
H A DsljitLir.c520 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label) in sljit_set_label() argument
538 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_put_label(struct sljit_put_label *put_label, struct sljit_label *label) in sljit_set_put_label() argument
642 static SLJIT_INLINE sljit_uw compute_next_addr(struct sljit_label *label, struct sljit_jump *jump, in compute_next_addr() argument
700 set_label(struct sljit_label *label, struct sljit_compiler *compiler) set_label() argument
2323 struct sljit_label *label; sljit_emit_cmov_generic() local
2978 sljit_set_label(struct sljit_jump *jump, struct sljit_label* label) sljit_set_label() argument
2992 sljit_set_put_label(struct sljit_put_label *put_label, struct sljit_label *label) sljit_set_put_label() argument
[all...]

Completed in 87 milliseconds

1...<<41424344454647484950>>...55