/third_party/rust/crates/regex/regex-syntax/src/ast/ |
H A D | print.rs | 235 Special(ast::SpecialLiteralKind::Bell) => { in fmt_literal() 238 Special(ast::SpecialLiteralKind::FormFeed) => { in fmt_literal() 241 Special(ast::SpecialLiteralKind::Tab) => self.wtr.write_str(r"\t"), in fmt_literal() 242 Special(ast::SpecialLiteralKind::LineFeed) => { in fmt_literal() 245 Special(ast::SpecialLiteralKind::CarriageReturn) => { in fmt_literal() 248 Special(ast::SpecialLiteralKind::VerticalTab) => { in fmt_literal() 251 Special(ast::SpecialLiteralKind::Space) => { in fmt_literal()
|
H A D | parse.rs | 1493 kind: ast::LiteralKind::Special(kind), in parse_escape() 2873 kind: ast::LiteralKind::Special( in parse_ignore_whitespace() 4198 kind: ast::LiteralKind::Special(kind.clone()), in parse_escape()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_dataflow_deadcode.c | 37 unsigned char Special[RC_NUM_SPECIAL_REGISTERS]; member 86 dst->Special[i] = a->Special[i] | b->Special[i]; in or_updatemasks() 131 return &s->R.Special[index]; in get_used_ptr()
|
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerMutate.cpp | 67 const char *Special = "!*'();:@&=+$,/?%#[]012Az-`~.\xff\x00"; in RandCh() local 68 return Special[Rand(sizeof(Special) - 1)]; in RandCh()
|
/third_party/python/Lib/lib2to3/pgen2/ |
H A D | tokenize.py | 96 Special = group(r'\r?\n', r':=', r'[:;.,`@]') variable 97 Funny = group(Operator, Bracket, Special)
|
/third_party/gn/misc/vim/syntax/ |
H A D | gn.vim | 61 hi def link gnTargetName Special
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | CriticalAntiDepBreaker.cpp | 182 bool Special = in PrescanInstruction() local 242 if (MO.isUse() && Special) { in PrescanInstruction()
|
H A D | AggressiveAntiDepBreaker.cpp | 466 bool Special = MI.isCall() || MI.hasExtraSrcRegAllocReq() || 485 if (Special) {
|
/third_party/python/Lib/ |
H A D | tokenize.py | 123 Special = group(*map(re.escape, sorted(EXACT_TOKEN_TYPES, reverse=True))) variable 124 Funny = group(r'\r?\n', Special)
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_neon.S | 817 @ Special case: For the last input column (r1 == 12), 1061 @ Special case: For the second input column (r1 == 4),
|
/third_party/python/Lib/test/ |
H A D | test_scope.py | 654 class Special: class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | Thumb2SizeReduction.cpp | 77 unsigned Special : 1; // Needs to be dealt with specially member 394 // Special case for these ldr / str with sp as base register. in VerifyLowRegs() 1013 if (Entry.Special) in ReduceMI()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 1309 // Special case a zero mask since that's not a ConstantDataVector. in simplifyX86MaskedLoad() 1345 // Special case a zero mask since that's not a ConstantDataVector: in simplifyX86MaskedStore() 1538 Optional<SpecialCase> Special; in SimplifyNVVMIntrinsic() member 1554 SimplifyAction(SpecialCase Special, FtzRequirementTy FtzReq) in SimplifyNVVMIntrinsic() 1555 : Special(Special), FtzRequirement(FtzReq) {} in SimplifyNVVMIntrinsic() 1741 if (!Action.Special) in SimplifyNVVMIntrinsic() 1744 switch (*Action.Special) { in SimplifyNVVMIntrinsic()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 809 const StringView Special; member in final 814 : Node(KSpecialName), Special(Special_), Child(Child_) {} in SpecialName() 816 template<typename Fn> void match(Fn F) const { F(Special, Child); } in match() 819 S += Special;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 50 // register pressure decisions is partly worked around by the "Special" 1140 Special, ///< A special case of basic, allowing -1 scales. enumerator 1595 case Special: OS << "Special"; break; in print() 1675 case LSRUse::Special: in isAMCompletelyFolded() 1676 // Special case Basic to handle -1 scales. in isAMCompletelyFolded() 1787 case LSRUse::Special: in getScalingFactorCost() 3980 isLegalUse(TTI, LU.MinOffset, LU.MaxOffset, LSRUse::Special, in GenerateScales() 3983 LU.Kind = LSRUse::Special; in GenerateScales()
|
/third_party/mbedtls/tests/scripts/ |
H A D | all.sh | 258 Special options:
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 2305 Special thanks to:
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 2305 Special thanks to:
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 153 \ifx\putwordDefspec\undefined \gdef\putwordDefspec{Special Form}\fi 8222 % Special characters. Should be turned off anyway, but...
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 47 /* Special Comments: 136 ** Special setup for VxWorks 6108 ** CAPI3REF: Constants Defining Special Destructor Behavior 11163 ** <h3>Special sqlite_stat1 Handling</h3> 22659 ** * MEM_Null|MEM_Cleared Special SQL NULL that compares non-equal [all...] |