Home
last modified time | relevance | path

Searched refs:is_constructor_ (Results 1 – 3 of 3) sorted by relevance

/third_party/libabigail/include/
Dabg-ir.h4412 bool is_constructor_; variable
4421 is_constructor_(false), in mem_fn_context_rel()
4430 is_constructor_(false), in mem_fn_context_rel()
4446 is_constructor_(is_constructor), in mem_fn_context_rel()
4487 {return is_constructor_;} in is_constructor()
4495 {is_constructor_ = f;} in is_constructor()
4555 bool is_constructor_; variable
4571 member_base(access, is_static), is_constructor_(is_constructor), in member_function_template()
4577 {return is_constructor_;} in is_constructor()
/third_party/cef/libcef/renderer/
Dv8_impl.h406 bool is_constructor_; variable
Dv8_impl.cc2510 : line_number_(0), column_(0), is_eval_(false), is_constructor_(false) { in CefV8StackFrameImpl()
2520 is_constructor_ = handle->IsConstructor(); in CefV8StackFrameImpl()
2554 return is_constructor_; in IsConstructor()