Home
last modified time | relevance | path

Searched defs:isByRef (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DPredicateExpander.h41 bool isByRef() const { return EmitCallsByRef; } in isByRef() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetCallingConv.h88 bool isByRef() const { return IsByRef; } in isByRef() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDecl.h4171 bool isByRef() const { return VariableAndFlags.getInt() & flag_isByRef; } in isByRef() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp4457 bool isByRef = VD->hasAttr<BlocksAttr>(); in EmitDeclareOfBlockDeclRefVariable() local