OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DetailsType
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/Analysis/
LibCallSemantics.h
85
///
DetailsType
- Indicate the sense of the LocationDetails array. This
88
/// DoesOnly - If
DetailsType
is set to DoesOnly, then we know that the
92
/// array and have
DetailsType
set to DoesOnly.
95
/// DoesNot - If
DetailsType
is set to DoesNot, then the sense of the
101
/// {errnoloc,modref} in the LocationDetails array and
DetailsType
would
105
}
DetailsType
;
111
/// 'mod' in it. See the
DetailsType
field for how this is interpreted.
/external/llvm/lib/Analysis/
LibCallAliasAnalysis.cpp
64
if (FI->
DetailsType
== LibCallFunctionInfo::DoesNot) {
83
assert(FI->
DetailsType
== LibCallFunctionInfo::DoesOnly);
/external/chromium_org/chrome/browser/extensions/
extension_install_prompt.h
67
enum
DetailsType
{
86
void SetIsShowingDetails(
DetailsType
type,
128
bool GetIsShowingDetails(
DetailsType
type, size_t index) const;
extension_install_prompt.cc
221
DetailsType
type,
442
DetailsType
type, size_t index) const {
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.cc
798
std::vector<linked_ptr<GetAllFrames::Results::
DetailsType
> > result_list;
807
linked_ptr<GetAllFrames::Results::
DetailsType
> frame(
808
new GetAllFrames::Results::
DetailsType
());
Completed in 540 milliseconds