OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLatest
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/tools/toolutil/
filetools.cpp
36
UBool
isLatest
= TRUE;
59
isLatest
= isFileModTimeLater(filePath, newpath, isDir);
60
if (!
isLatest
) {
66
isLatest
= FALSE;
83
isLatest
= FALSE;
86
isLatest
= FALSE;
90
return
isLatest
;
/external/clang/include/clang/AST/
Redeclarable.h
31
DeclLink(decl_type *D, bool
isLatest
)
32
: llvm::PointerIntPair<decl_type *, 1, bool>(D,
isLatest
) { }
Completed in 249 milliseconds