HomeSort by relevance Sort by last modified time
    Searched defs:DetailsType (Results 1 - 2 of 2) 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/chromium_org/chrome/browser/extensions/
extension_install_prompt.h 83 enum DetailsType {
115 void SetIsShowingDetails(DetailsType type,
160 bool GetIsShowingDetails(DetailsType type, size_t index) const;

Completed in 87 milliseconds