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

Lines Matching refs:Return

349   /// Return true if a label was seen in the current scope.
1053 /// isObviouslyBranchWithoutCleanups - Return true if a branch to the
1095 /// isInConditionalBranch - Return true if we're currently emitting
2149 /// GetVTablePtr - Return the Value of the vtable pointer member pointed
2202 /// ShouldInstrumentFunction - Return true if the current function should be
2206 /// ShouldXRayInstrument - Return true if the current function should be
2210 /// AlwaysEmitXRayCustomEvents - Return true if we must unconditionally emit
2214 /// AlwaysEmitXRayTypedEvents - Return true if clang must unconditionally emit
2248 /// getTerminateLandingPad - Return a landing pad that just calls terminate.
2251 /// getTerminateLandingPad - Return a cleanup funclet that just calls
2255 /// getTerminateHandler - Return a handler (not a landing pad, just
2270 /// TypeOfSelfObject - Return type of object that this self represents.
2273 /// getEvaluationKind - Return the TypeEvaluationKind of QualType \c T.
2291 /// getBasicBlockForLabel - Return the LLVM basicblock that the specified
2578 /// GetAddrOfLocalVar - Return the address of a local variable.
2649 /// Return the number of elements for a single dimension
2702 /// GetVTTParameter - Return the VTT parameter that should be passed to a
3882 // Return the copy constructor name with the prefix "__copy_constructor_"
3889 // Return the destructor name with the prefix "__destructor_" removed.
4095 ReturnValueSlot Return = ReturnValueSlot());
4328 /// ContainsLabel - Return true if the statement contains a label in it. If
4333 /// containsBreak - Return true if the statement contains a break out of it.