Searched refs:AOptions (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h152 AnalyzerOptionsRef AOptions; member in class:clang::ento::CheckerManager
157 AnalyzerOptionsRef AOptions)
159 AOptions(AOptions) {}
171 AnalyzerOptions &getAnalyzerOptions() { return *AOptions; }
156 CheckerManager(const LangOptions &langOpts, AnalyzerOptionsRef AOptions) argument
/external/pcre/dist/
H A Dpcregexp.pas77 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 2190 milliseconds