OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLocationType
(Results
1 - 6
of
6
) sorted by null
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
ISystemImage.java
60
public abstract LocationType
getLocationType
();
SystemImage.java
129
public LocationType
getLocationType
() {
/external/clang/lib/StaticAnalyzer/Checkers/
AdjustedReturnValueChecker.cpp
65
const BlockPointerType *BT=BR->
getLocationType
()->getAs<BlockPointerType>();
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h
359
virtual QualType
getLocationType
() const {
374
return
getLocationType
().getDesugaredType(Context);
410
QualType
getLocationType
() const {
449
QualType
getLocationType
() const {
[
all
...]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
LocalSdkParser.java
143
if (systemImage.
getLocationType
() == LocationType.IN_SYSTEM_IMAGE) {
/external/clang/lib/StaticAnalyzer/Core/
BasicStore.cpp
233
QualType T = ER->
getLocationType
();
Completed in 594 milliseconds