Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h151 bool isPrimitive() const { return !IsArray && !ElemRecord; } in isPrimitive() function
/freebsd-13.1/stand/ficl/
H A Dtools.c136 static int isPrimitive(FICL_WORD *pFW)
520 if (isPrimitive(pFW)) in stepBreak()