Searched refs:bool_arg (Results 1 – 2 of 2) sorted by relevance
558 CommandArgumentData bool_arg; in CommandObjectLogTimerIncrement() local561 bool_arg.arg_type = eArgTypeBoolean; in CommandObjectLogTimerIncrement()562 bool_arg.arg_repetition = eArgRepeatPlain; in CommandObjectLogTimerIncrement()566 arg.push_back(bool_arg); in CommandObjectLogTimerIncrement()
76 kernel void bool_arg(bool x) { } // expected-error{{'__private bool' cannot be used as the type of …