Home
last modified time | relevance | path

Searched refs:IsChild (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_widget.h102 bool IsChild() const;
Dcfwl_widget.cpp200 bool CFWL_Widget::IsChild() const { in IsChild() function in CFWL_Widget
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp298 static bool IsChild(const MachineInstr &MI, in IsChild() function
372 while (InsertPos != Header->begin() && IsChild(*prev(InsertPos), MFI) && in PlaceBlockMarker()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp230 bool IsChild = false; in addSub() local
233 IsChild = true; in addSub()
236 assert(IsChild && "Must be a child"); in addSub()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp232 bool IsChild = false; in addSub() local
235 IsChild = true; in addSub()
238 assert(IsChild && "Must be a child"); in addSub()