Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectLog.cpp558 CommandArgumentData bool_arg; in CommandObjectLogTimerIncrement() local
561 bool_arg.arg_type = eArgTypeBoolean; in CommandObjectLogTimerIncrement()
562 bool_arg.arg_repetition = eArgRepeatPlain; in CommandObjectLogTimerIncrement()
566 arg.push_back(bool_arg); in CommandObjectLogTimerIncrement()
/llvm-project-15.0.7/clang/test/SemaOpenCL/
H A Dinvalid-kernel-parameters.cl76 kernel void bool_arg(bool x) { } // expected-error{{'__private bool' cannot be used as the type of …