OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:oldfunction
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/Sema/
surpress-deprecated.c
3
extern void
OldFunction
() __attribute__((deprecated));
6
OldFunction
();
/external/chromium_org/v8/test/webkit/
function-constructor-newline-after-brace.js
28
function addToFunction(
oldFunction
, name)
31
if (
oldFunction
!= null) {
32
tempString =
oldFunction
.toString();
42
function addToFunctionWithArgument(
oldFunction
, name)
45
if (
oldFunction
!= null) {
46
tempString =
oldFunction
.toString();
/external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp
296
Function *
oldFunction
,
347
oldFunction
->getName() + "_" +
350
if (
oldFunction
->doesNotThrow())
399
TI->getParent()->getParent() ==
oldFunction
)
705
Function *
oldFunction
= header->getParent();
709
"codeRepl",
oldFunction
,
732
codeReplacer,
oldFunction
,
733
oldFunction
->getParent());
773
// cerr << "OLD FUNCTION: " << *
oldFunction
;
774
// verifyFunction(*
oldFunction
);
[
all
...]
/external/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h
115
Function *
oldFunction
, Module *M);
Completed in 529 milliseconds