OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:oldfunction
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
surpress-deprecated.c
2
extern void
OldFunction
() __attribute__((deprecated));
5
OldFunction
();
/external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp
91
Function *
oldFunction
, Module *M);
248
Function *
oldFunction
,
299
oldFunction
->getName() + "_" +
302
if (
oldFunction
->doesNotThrow())
351
TI->getParent()->getParent() ==
oldFunction
)
690
Function *
oldFunction
= header->getParent();
694
"codeRepl",
oldFunction
,
709
codeReplacer,
oldFunction
,
710
oldFunction
->getParent());
750
// cerr << "OLD FUNCTION: " << *
oldFunction
;
[
all
...]
Completed in 402 milliseconds