| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | usettest.cpp | 1483 void UnicodeSetTest::expectRange(const UnicodeString& label, in expectRange() argument
|
| H A D | loctest.cpp | 4367 void LocaleTest::_checklocs(const char* label, in _checklocs() argument 4879 static const char* label[] = { "createFromName", "createCanonical", "Locale" }; in TestCanonicalization() local
|
| H A D | transtst.cpp | 3204 void TransliteratorTest::checkRules(const UnicodeString& label, Transliterator& t2, in checkRules() argument
|
| /third_party/mesa3d/src/compiler/spirv/ |
| H A D | vtn_private.h | 231 const uint32_t *label; member
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_serialize.c | 2167 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 D | spirv_builder.c | 430 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 D | liftoff-assembler-s390.h | 2122 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 D | mkntfs.c | 228 char *label; /* -L, volume label */ member [all...] |
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | linearize.c | 629 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 D | compile-i386.c | 138 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 D | evaluate.c | 3309 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 D | code-assembler.cc | 553 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 D | scopes.cc | 1865 void PrintMap(int indent, const char* label, VariableMap* map, bool locals, in PrintMap() argument
|
| /third_party/node/deps/v8/src/codegen/ia32/ |
| H A D | assembler-ia32.h | 123 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 D | assembler-riscv64.h | 1168 SizeOfCodeGeneratedSince(Label* label) SizeOfCodeGeneratedSince() argument 1173 InstructionsGeneratedSince(Label* label) InstructionsGeneratedSince() argument [all...] |
| /third_party/node/deps/v8/src/codegen/x64/ |
| H A D | assembler-x64.h | 230 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 D | global-handles.cc | 459 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 D | bytecode-array-builder.cc | 174 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 D | liftoff-compiler.cc | 346 MovableLabel label; member 361 MovableLabel label; member 420 MovableLabel label; member [all...] |
| /third_party/libabigail/src/ |
| H A D | abg-suppression.cc | 72 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 D | sljitNativeS390X.c | 1426 struct sljit_label *label; in sljit_generate_code() local 3381 struct sljit_label *label; sljit_emit_label() local [all...] |
| H A D | sljitNativePPC_common.c | 416 struct sljit_label *label; in sljit_generate_code() local 2192 struct sljit_label *label; sljit_emit_label() local [all...] |
| H A D | sljitNativeRISCV_common.c | 385 struct sljit_label *label; in sljit_generate_code() local 2270 struct sljit_label *label; sljit_emit_label() local [all...] |
| H A D | sljitNativeARM_32.c | 686 struct sljit_label *label; in sljit_generate_code() local 2671 struct sljit_label *label; sljit_emit_label() local [all...] |
| H A D | sljitLir.c | 520 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...] |