Searched refs:AOptions (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist/ |
D | pcregexp.pas | 77 constructor Init(const ARegExp : shortstring; AOptions : integer; ALocale : Pointer); 92 function pcGrepMatch(WildCard, aStr: string; AOptions:integer; ALocale : Pointer): Boolean; in pcGrepMatch() 93 function pcGrepSub(WildCard, aStr, aRepl: string; AOptions:integer; ALocale : Pointer): string; in pcGrepSub() 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; in pcGrepMatch() 772 PpcRE:=New(ppcRegExp,Init(WildCard,AOptions,Alocale)); 777 function pcGrepSub(WildCard, aStr, aRepl: string; AOptions:integer; ALocale : Pointer): string; in pcGrepSub() 781 PpcRE:=New(ppcRegExp,Init(WildCard,AOptions,Alocale));
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | CheckerManager.h | 99 AnalyzerOptionsRef AOptions; variable 104 AnalyzerOptionsRef AOptions) in CheckerManager() argument 106 AOptions(AOptions) {} in CheckerManager() 118 AnalyzerOptions &getAnalyzerOptions() { return *AOptions; } in getAnalyzerOptions()
|