OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLocation
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/Analysis/
LibCallSemantics.h
42
///
isLocation
- Return a LocResult if the specified pointer refers to this
50
LocResult (*
isLocation
)(ImmutableCallSite CS,
/external/llvm/lib/Analysis/
LibCallAliasAnalysis.cpp
69
LibCallLocationInfo::LocResult Res = LocInfo.
isLocation
(CS, Loc);
90
LibCallLocationInfo::LocResult Res = LocInfo.
isLocation
(CS, Loc);
/external/webkit/Source/JavaScriptCore/parser/
Nodes.h
153
virtual bool
isLocation
() const { return false; }
370
virtual bool
isLocation
() const { return true; }
460
virtual bool
isLocation
() const { return true; }
478
virtual bool
isLocation
() const { return true; }
[
all
...]
ASTBuilder.h
652
if (!expr->
isLocation
())
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h
114
bool
isLocation
() const { return EntryKind == E_Location; }
DwarfDebug.cpp
[
all
...]
/external/webkit/Source/JavaScriptCore/bytecompiler/
NodesCodegen.cpp
[
all
...]
Completed in 135 milliseconds