• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/

Lines Matching refs:Return

927   /// GetNameForMethod - Return a name for the given method.
934 /// GetMethodVarName - Return a unique constant for the given
939 /// GetMethodVarType - Return a unique constant for the given
947 /// GetPropertyName - Return a unique constant for the given
955 /// GetClassName - Return a unique constant for the given selector's
1028 /// GetProtocolRef - Return a reference to the internal protocol
1033 /// Return a reference to the given Class using runtime calls rather than
1072 ReturnValueSlot Return,
1243 /// EmitClassRef - Return a Value*, of type ObjCTypes.ClassPtrTy,
1311 /// EmitSelector - Return a Value*, of type ObjCTypes.SelectorPtrTy,
1324 ReturnValueSlot Return,
1333 ReturnValueSlot Return, QualType ResultType,
1487 ReturnValueSlot Return,
1496 /// GetClassGlobal - Return the global variable for the Objective-C
1511 /// EmitClassRef - Return a Value*, of type ObjCTypes.ClassPtrTy,
1522 /// EmitSuperClassRef - Return a Value*, of type ObjCTypes.ClassPtrTy,
1527 /// EmitMetaClassRef - Return a Value * of the address of _class_t
1539 /// EmitSelector - Return a Value*, of type ObjCTypes.SelectorPtrTy,
1613 ReturnValueSlot Return,
1622 ReturnValueSlot Return, QualType ResultType,
1849 /// hasObjCExceptionAttribute - Return true if this class or any super
1890 /// GetClass - Return a reference to the class for the given interface
1897 /// GetSelector - Return the pointer to the unique'd string for this selector.
2065 ReturnValueSlot Return,
2118 return EmitMessageSend(CGF, Return, ResultType, Sel, ObjCSuper.getPointer(),
2125 ReturnValueSlot Return,
2132 return EmitMessageSend(CGF, Return, ResultType, Sel, Receiver,
2148 ReturnValueSlot Return,
2243 if (Return.isUnused())
2263 RValue rvalue = CGF.EmitCall(MSI.CallInfo, Callee, Return, ActualArgs,
2272 return nullReturn.complete(CGF, Return, rvalue, ResultType, CallArgs,
3167 // Return null if no extension bits are used.
3316 // Return null for empty list.
3350 // Return null for empty list.
3781 // Return null if no extension bits are used.
3842 // Return null for empty list.
3962 // Return null for empty list.
5223 // Return null if no symbols were defined.
6784 /// emitMethodConstant - Return a struct objc_method constant. If
6824 // Return null for empty list.
7008 // Return null for empty list.
7390 ReturnValueSlot Return,
7398 ? EmitVTableMessageSend(CGF, Return, ResultType, Sel,
7401 : EmitMessageSend(CGF, Return, ResultType, Sel,
7549 /// EmitMetaClassRef - Return a Value * of the address of _class_t
7572 /// GetClass - Return a reference to the class for the given interface
7591 ReturnValueSlot Return,
7627 ? EmitVTableMessageSend(CGF, Return, ResultType, Sel,
7630 : EmitMessageSend(CGF, Return, ResultType, Sel,