Searched refs:InitBool (Results 1 – 3 of 3) sorted by relevance
896 GlobalVariable *InitBool = in OptimizeGlobalAddressOfMalloc() local907 new StoreInst(ConstantInt::getTrue(GV->getContext()), InitBool, false, in OptimizeGlobalAddressOfMalloc()924 Value *LV = new LoadInst(InitBool->getValueType(), InitBool, in OptimizeGlobalAddressOfMalloc()925 InitBool->getName() + ".val", false, None, in OptimizeGlobalAddressOfMalloc()955 while (!InitBool->use_empty()) // Delete initializations in OptimizeGlobalAddressOfMalloc()956 cast<StoreInst>(InitBool->user_back())->eraseFromParent(); in OptimizeGlobalAddressOfMalloc()957 delete InitBool; in OptimizeGlobalAddressOfMalloc()959 GV->getParent()->getGlobalList().insert(GV->getIterator(), InitBool); in OptimizeGlobalAddressOfMalloc()
215 void InitBool(bool value);
1254 impl->InitBool(value); in CreateBool()1511 InitBool(true); in InitFromV8Value()1513 InitBool(false); in InitFromV8Value()1515 InitBool(value->ToBoolean(context->GetIsolate())->Value()); in InitFromV8Value()1546 void CefV8ValueImpl::InitBool(bool value) { in InitBool() function in CefV8ValueImpl