Searched refs:nothrow (Results 251 - 275 of 1182) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellEnumerationEditor.cpp63 EnumerationValue* value = new(std::nothrow) EnumerationValue(type,
/haiku/src/kits/debugger/dwarf/
H A DCfaContext.cpp45 fRuleSet = new(std::nothrow) CfaRuleSet;
/haiku/src/kits/debugger/settings/
H A DTeamFileManagerSettings.cpp116 TeamFileManagerSettings* settings = new(std::nothrow)
/haiku/src/kits/debugger/value/value_formatters/
H A DFloatValueFormatter.cpp107 _output = new(std::nothrow) FloatValue(newValue);
/haiku/src/kits/debugger/value/value_nodes/
H A DEnumerationValueNode.cpp91 Value* value = new(std::nothrow) EnumerationValue(fType, valueData);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttributeIterator.cpp30 fIterator = new(std::nothrow) TreeIterator(inode->GetVolume()->FSTree(),
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVolumeManager.cpp143 fQueryManager = new(std::nothrow) QueryManager(this);
151 fVolumes = new(std::nothrow) VolumeSet;
159 fNodeIDs2Volumes = new(std::nothrow) NodeIDVolumeMap;
186 RootVolume* rootVolume = new(std::nothrow) RootVolume(this);
/haiku/src/kits/debugger/value/type_handlers/
H A DCStringTypeHandler.cpp77 ValueNode* node = new(std::nothrow) CStringValueNode(nodeChild,
/haiku/src/kits/media/
H A DTimeSourceObjectManager.cpp78 BTimeSource* timeSource = new(std::nothrow) TimeSourceObject(node);
/haiku/src/apps/debugger/user_interface/gui/util/
H A DSettingsMenu.cpp227 SettingMenuItem* item = new(std::nothrow) BoolMenuItem(setting);
241 BMenu* menu = new(std::nothrow) BMenu(setting->Name());
246 OptionsMenuItem* item = new(std::nothrow) OptionsMenuItem(setting, menu);
257 BMenuItem* optionItem = new(std::nothrow) OptionMenuItem(option);
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp59 fTargetHost = new(std::nothrow) TargetHost(hostname);
163 = new(std::nothrow) LocalDebuggerInterface(teamID);
197 CoreFile* coreFile = new(std::nothrow) CoreFile;
208 = new(std::nothrow) CoreFileDebuggerInterface(coreFile);
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DKey.h34 using std::nothrow;
183 : fKey(new(nothrow) Key(*k.fKey)), fVersion(k.fVersion | ALLOCATED) {}
202 fKey = new(nothrow) Key;
255 fKey = new(nothrow) Key;
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInodeJournal.cpp49 HashRevokeManager* revokeManager = new(std::nothrow)
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSizeIndex.cpp108 fNodes(new(nothrow) NodeTree),
109 fIterators(new(nothrow) IteratorList)
196 Iterator *iterator = new(nothrow) Iterator;
212 Iterator *iterator = new(nothrow) Iterator;
H A DLastModifiedIndex.cpp110 fNodes(new(nothrow) NodeTree),
111 fIterators(new(nothrow) IteratorList)
197 Iterator *iterator = new(nothrow) Iterator;
213 Iterator *iterator = new(nothrow) Iterator;
/haiku/src/apps/debuganalyzer/
H A DDebugAnalyzer.cpp48 PathDataSource* dataSource = new(std::nothrow) PathDataSource;
/haiku/src/apps/softwareupdater/
H A DUpdateAction.cpp30 fUpdateManager = new(std::nothrow)
H A DCheckAction.cpp28 fCheckManager = new(std::nothrow)
/haiku/src/apps/mediaconverter/
H A DMediaFileListView.cpp79 MediaFileListItem* item = new(std::nothrow) MediaFileListItem(file, ref);
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DString.cpp117 fString = new(std::nothrow) char[length + 1];
/haiku/src/kits/game/
H A DGSUtility.cpp25 _gs_ramp* ramp = new (std::nothrow) _gs_ramp;
/haiku/src/kits/storage/sniffer/
H A DPattern.cpp53 return new(std::nothrow) Err(*fErrorMessage);
118 char *buffer = new(nothrow) char[len+1];
164 char *buffer = new(std::nothrow) char[len+1];
226 fErrorMessage = (msg) ? (new(std::nothrow) Err(msg, -1)) : (NULL);
H A DErr.cpp87 fMsg = new(std::nothrow) char[strlen(msg)+1];
/haiku/src/kits/storage/
H A DResourceStrings.cpp95 result = new(nothrow) BString(str);
150 fResources = new(nothrow) BResources;
278 = new(nothrow) _string_id_hash*[newSize];
316 entry = new(nothrow) _string_id_hash;
/haiku/src/add-ons/disk_systems/bfs/
H A DBFSAddOn.cpp34 using std::nothrow;
88 BFSPartitionHandle* handle = new(nothrow) BFSPartitionHandle(partition);
162 BFSPartitionHandle* handle = new(nothrow) BFSPartitionHandle(partition);
353 BFSAddOn* addOn = new(nothrow) BFSAddOn;

Completed in 318 milliseconds

<<11121314151617181920>>