Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DPredicateExpander.h41 bool isByRef() const { return EmitCallsByRef; } in isByRef() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetCallingConv.h91 bool isByRef() const { return IsByRef; } in isByRef() function
/external/clang/lib/CodeGen/
DCGDecl.cpp958 bool isByRef = D.hasAttr<BlocksAttr>(); in EmitAutoVarAlloca() local
DCGBlocks.cpp1003 bool isByRef) { in GetAddrOfBlockDecl()
DCGDebugInfo.cpp3273 bool isByRef = VD->hasAttr<BlocksAttr>(); in EmitDeclareOfBlockDeclRefVariable() local
/external/clang/include/clang/AST/
DDecl.h3485 bool isByRef() const { return VariableAndFlags.getInt() & flag_isByRef; } in isByRef() function
/external/llvm-project/clang/include/clang/AST/
DDecl.h4125 bool isByRef() const { return VariableAndFlags.getInt() & flag_isByRef; } in isByRef() function
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp4350 bool isByRef = VD->hasAttr<BlocksAttr>(); in EmitDeclareOfBlockDeclRefVariable() local