Searched refs:extract_value (Results 1 – 3 of 3) sorted by relevance
/external/Reactive-Extensions/RxCpp/Ix/CPP/samples/SampleCppLinq/ |
D | SampleCppLinq.cpp | 22 string extract_value(const string& input, const string& key); 35 args = extract_value(input, "args"); in run() 36 concurrency = atoi( extract_value(input, "concurrency").c_str() ); in run() 37 time = atof( extract_value(input, "time").c_str() ); in run() 115 string extract_value(const string& input, const string& key) in extract_value() function
|
/external/llvm-project/flang/test/Fir/ |
D | fir-ops.fir | 93 // CHECK: [[VAL_25:%.*]] = fir.extract_value [[VAL_24]], [[VAL_23]] : (!fir.type<derived{f:f32}>, !… 98 %23 = fir.extract_value %22, %21 : (!fir.type<derived{f:f32}>, !fir.field) -> f32
|
/external/llvm-project/flang/include/flang/Optimizer/Dialect/ |
D | FIROps.td | 1612 def fir_ExtractValueOp : fir_OneResultOp<"extract_value", [NoSideEffect]> { 1626 %v = fir.extract_value %s, %f : (!fir.type<X>, !fir.field) -> i32 1647 these values can be used with the `fir.coordinate_of`, `fir.extract_value`,
|