Home
last modified time | relevance | path

Searched refs:spec_op (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dparse.c231 static struct symbol_op spec_op = { variable
496 N("void", &spec_op, .type = &void_ctype),
506 N("_Bool", &spec_op, .type = &bool_ctype),
509 N("__builtin_va_list", &spec_op, .type = &ptr_ctype),
510 N("__builtin_ms_va_list",&spec_op, .type = &ptr_ctype),
511 N("__int128_t", &spec_op, .type = &sint128_ctype),
512 N("__uint128_t", &spec_op, .type = &uint128_ctype),
513 N("_Float32", &spec_op, .type = &float32_ctype),
514 N("_Float32x", &spec_op, .type = &float32x_ctype),
515 N("_Float64", &spec_op, .type = &float64_ctype),
[all …]
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_parser.cpp1097 auto spec_op = static_cast<Op>(ops[2]); in parse() local
1099 set<SPIRConstantOp>(id, result_type, spec_op, ops + 3, length - 3); in parse()