Lines Matching refs:Have
246 /// In the Itanium and ARM ABIs, method pointers have the form:
392 /// virtual bases, which is why we don't have to consider them here.
639 // The inequality tautologies have exactly the same structure, except
917 // Destructor thunks in the ARM ABI have indeterminate results.
1106 // If we have a global variable with internal linkage and thread-safe statics
1120 // Create the guard variable if we don't already have it (as we
1354 // If we have a definition for the variable, emit the initialization
1387 // Don't know whether we have an init function. Call it if it exists.
1388 llvm::Value *Have = Builder.CreateIsNotNull(Init);
1391 Builder.CreateCondBr(Have, InitBB, ExitBB);
1439 // We don't have any virtual bases, just return early.
1443 // Check if we have a base constructor.
1447 // Check if we have a base destructor.