HomeSort by relevance Sort by last modified time
    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 72 enum DetailsType {
91 void SetIsShowingDetails(DetailsType type,
132 bool GetIsShowingDetails(DetailsType type, size_t index) const;
extension_install_prompt.cc 208 DetailsType type,
420 DetailsType type, size_t index) const {
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.cc 776 std::vector<linked_ptr<GetAllFrames::Results::DetailsType> > result_list;
785 linked_ptr<GetAllFrames::Results::DetailsType> frame(
786 new GetAllFrames::Results::DetailsType());

Completed in 116 milliseconds