Searched defs:ignore_case (Results 1 - 7 of 7) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugPubnamesSet.cpp145 DWARFDebugPubnamesSet::Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offset_coll) const argument
H A DDWARFDebugPubnames.cpp267 DWARFDebugPubnames::Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offsets) const argument
276 (*pos).Find(name, ignore_case, die_offsets);
H A DDWARFDebugInfo.cpp722 bool ignore_case; member in struct:FindCallbackStringInfoTag
752 if ((info->ignore_case ? strcasecmp(die_name, info->name) : strcmp(die_name, info->name)) == 0)
771 DWARFDebugInfo::Find(const char* name, bool ignore_case, vector<dw_offset_t>& die_offsets) const argument
776 FindCallbackStringInfo info = { name, ignore_case, NULL, die_offsets };
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
H A Dgenperf.c265 int ignore_case = 0; local
397 ignore_case = 1;
/external/bison/
H A Dmaint.mk237 # ignore_case
267 export ignore_case = macro
268 _ignore_case = $$(test -n "$$ignore_case" && printf %s -i || :)
425 ignore_case=1 \
/external/chromium_org/v8/src/
H A Djsregexp.h632 virtual RegExpNode* FilterOneByte(int depth, bool ignore_case) {
729 virtual RegExpNode* FilterOneByte(int depth, bool ignore_case);
739 RegExpNode* FilterSuccessor(int depth, bool ignore_case);
859 virtual RegExpNode* FilterOneByte(int depth, bool ignore_case);
869 static bool SkipPass(int pass, bool ignore_case);
1065 DispatchTable* GetTable(bool ignore_case);
1088 virtual RegExpNode* FilterOneByte(int depth, bool ignore_case);
1161 virtual RegExpNode* FilterOneByte(int depth, bool ignore_case);
1189 virtual RegExpNode* FilterOneByte(int depth, bool ignore_case);
1556 DispatchTableConstructor(DispatchTable* table, bool ignore_case, argument
1601 Analysis(bool ignore_case, bool is_one_byte) argument
[all...]
H A Djsregexp.cc936 DispatchTable* ChoiceNode::GetTable(bool ignore_case) { argument
939 DispatchTableConstructor cons(table_, ignore_case, zone());
995 RegExpCompiler(int capture_count, bool ignore_case, bool is_one_byte,
1027 inline bool ignore_case() { return ignore_case_; } function in class:v8::internal::RegExpCompiler
1073 RegExpCompiler::RegExpCompiler(int capture_count, bool ignore_case, argument
1078 ignore_case_(ignore_case),
2559 if (compiler->ignore_case()) {
2755 RegExpNode* SeqRegExpNode::FilterOneByte(int depth, bool ignore_case) { argument
2760 return FilterSuccessor(depth - 1, ignore_case);
2764 RegExpNode* SeqRegExpNode::FilterSuccessor(int depth, bool ignore_case) { argument
2789 FilterOneByte(int depth, bool ignore_case) argument
2843 FilterOneByte(int depth, bool ignore_case) argument
2861 FilterOneByte(int depth, bool ignore_case) argument
2912 FilterOneByte(int depth, bool ignore_case) argument
3299 SkipPass(int int_pass, bool ignore_case) argument
4389 DotPrinter(OStream& os, bool ignore_case) argument
4716 DotPrint(const char* label, RegExpNode* node, bool ignore_case) argument
6034 Compile( RegExpCompileData* data, bool ignore_case, bool is_global, bool is_multiline, bool is_sticky, Handle<String> pattern, Handle<String> sample_subject, bool is_one_byte, Zone* zone) argument
[all...]

Completed in 624 milliseconds