Searched refs:DetailsType (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLibCallSemantics.h85 /// 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; member in struct:llvm::LibCallFunctionInfo
111 /// 'mod' in it. See the DetailsType field for how this is interpreted.
/external/llvm/lib/Analysis/
H A DLibCallAliasAnalysis.cpp64 if (FI->DetailsType == LibCallFunctionInfo::DoesNot) {
83 assert(FI->DetailsType == LibCallFunctionInfo::DoesOnly);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_install_prompt.h83 enum DetailsType { enum in class:ExtensionInstallPrompt
115 void SetIsShowingDetails(DetailsType type,
160 bool GetIsShowingDetails(DetailsType type, size_t index) const;
H A Dextension_install_prompt.cc261 DetailsType type,
523 DetailsType type, size_t index) const {
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_api.cc717 std::vector<linked_ptr<GetAllFrames::Results::DetailsType> > result_list;
723 linked_ptr<GetAllFrames::Results::DetailsType> frame(
724 new GetAllFrames::Results::DetailsType());

Completed in 1073 milliseconds