Searched full:doesn (Results 1 – 25 of 340) sorted by relevance
12345678910>>...14
82 … // Emulator target doesn't support atomic operations with 128bit structures like MethodCachePair. in GetMethodFromCache()100 … // Emulator target doesn't support atomic operations with 128bit structures like MethodCachePair. in SetMethodCache()117 … // Emulator target doesn't support atomic operations with 128bit structures like FieldCachePair. in GetFieldFromCache()135 … // Emulator target doesn't support atomic operations with 128bit structures like FieldCachePair. in SetFieldCache()152 … // Emulator target doesn't support atomic operations with 128bit structures like ClassCachePair. in GetClassFromCache()170 … // Emulator target doesn't support atomic operations with 128bit structures like ClassCachePair. in SetClassCache()
26 abort "Instruction description doesn't contain opcode field" unless inst.include? "opcode"30 abort "Instruction description doesn't contain opcode field" unless inst.include? "opcode"
36 let v: A<I> = new A<I>(new Y()) // Y doesn't implement I54 let v: A<I[]> = new A<I[]>(new Y[0]) // Y doesn't implement I58 let v: A<A<I>[]> = new A<A<I>[]>(new A<Y>[0]) // Y doesn't implement I61 let v: A<A<I[]>[]> = new A<A<I[]>[]>(new A<Y[]>[0]) // Y doesn't implement I
57 4. `JBB`(and `JBB 2` for Diamond) doesn't contain instruction with `no_ifcvt` property(for example …60 7. `PBB` doesn't contain float Phi with different inputs for `JBB` and `BB`(`JBB 2` for Diamond)71 …b. If `PBB` doesn't have other predecessors, all Phi inputs are copied to Select instructions and …73 7. If `PBB` doesn't have other predecessors, `BB` and `PBB` are merged
12 * Loop doesn't contain instructions with side effect (ex. call instructions).13 * Loop doesn't contain instructions with users out of the loop.
24 # ignore -Xclang, so it doesn't matter if you disable clang_use_chrome_plugins49 # Set to "ccache", "icecc" or "distcc". Probably doesn't work on windows.
9 1. Runtime doesn't patch apps' bytecode on the fly. Instead of it notification about changing bytec…11 …own thread and responsibilies for thread management relies on it, runtime doesn't create/destroy t…
25 print("file '{}' doesn't exist.".format(input_file))44 print("file '{}' doesn't exist.".format(input_file))
17 desc: A compile-time error occurs if a native function doesn't have return type.
34 # - E0304 - __bool__ doesn't return bool36 # - E1111 - Assigning to function call which doesn’t return
77 …* @returns value with targetTime less than or equal to current time. If such a value doesn't exist…123 /// @returns value with specified WaiterId. It it doesn't exists returns std::nullopt.
14 # check that ld.type doesn't trigger cctor
14 # check that isinstance doesn't trigger cctor
18 desc: Casting contexts doesn't allow the following conversion.
22 …public d: {{c.to_type}} = {{c.expr|safe}} // constant expression value doesn't fit in the field t…
22 // constant expression doesn't fit in array type range
24 d = {{c.expr|safe}} // constant expression value doesn't fit in the variable type range
17 // doesn't support DWARF in x86 platform
22 …let d: {{c.to_type}} = {{c.expr|safe}} // constant expression value doesn't fit in the variable t…
22 …const d: {{c.to_type}} = {{c.expr|safe}} // constant expression value doesn't fit in the constant…