Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Have

38   /// VTables - All the vtables which have been defined.
265 /// have to use string comparisons, but we also have to emit it with
354 /// In the Itanium and ARM ABIs, method pointers have the form:
496 /// virtual bases, which is why we don't have to consider them here.
743 // The inequality tautologies have exactly the same structure, except
824 // Return indirectly if we have a non-trivial copy ctor or non-trivial dtor.
1434 // Destructor thunks in the ARM ABI have indeterminate results.
1623 // If we have a global variable with internal linkage and thread-safe statics
1637 // Create the guard variable if we don't already have it (as we
1885 // If we have a definition for the variable, emit the initialization
1917 // Don't know whether we have an init function. Call it if it exists.
1918 llvm::Value *Have = Builder.CreateIsNotNull(Init);
1921 Builder.CreateCondBr(Have, InitBB, ExitBB);
1968 // We don't have any virtual bases, just return early.
1972 // Check if we have a base constructor.
1976 // Check if we have a base destructor.
2429 /// should have for the given type.