Home
last modified time | relevance | path

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

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