OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cost_val
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/CodeGenCXX/
array-operator-delete-call.cpp
27
unsigned *
cost_val
;
member in struct:COST
38
cost_val
= new unsigned[10];
49
if (
cost_val
)
50
delete []
cost_val
;
Completed in 174 milliseconds