HomeSort by relevance Sort by last modified time
    Searched refs:AOptions (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 99 AnalyzerOptionsRef AOptions;
104 AnalyzerOptionsRef AOptions)
106 AOptions(AOptions) {}
118 AnalyzerOptions &getAnalyzerOptions() { return *AOptions; }
  /external/pcre/dist/
pcregexp.pas 77 constructor Init(const ARegExp : shortstring; AOptions : integer; ALocale : Pointer);
92 function pcGrepMatch(WildCard, aStr: string; AOptions:integer; ALocale : Pointer): Boolean;
93 function pcGrepSub(WildCard, aStr, aRepl: string; AOptions:integer; ALocale : Pointer): string;
463 constructor TpcRegExp.Init(const ARegExp:shortstring; AOptions:integer; ALocale : Pointer);
487 AOptions and PCRE_COMPILE_ALLOWED_OPTIONS,
768 function pcGrepMatch(WildCard, aStr: string; AOptions:integer; ALocale : Pointer): Boolean;
772 PpcRE:=New(ppcRegExp,Init(WildCard,AOptions,Alocale));
777 function pcGrepSub(WildCard, aStr, aRepl: string; AOptions:integer; ALocale : Pointer): string;
781 PpcRE:=New(ppcRegExp,Init(WildCard,AOptions,Alocale));

Completed in 57 milliseconds