OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:op_kind
(Results
1 - 5
of
5
) sorted by null
/external/lldb/source/Symbol/
ClangASTContext.cpp
[
all
...]
ClangASTType.cpp
4610
OverloadedOperatorKind
op_kind
= NUM_OVERLOADED_OPERATORS;
local
[
all
...]
/art/compiler/dex/quick/
gen_loadstore.cc
144
RegLocation Mir2Lir::LoadValue(RegLocation rl_src, RegisterClass
op_kind
) {
145
DCHECK(!rl_src.ref ||
op_kind
== kRefReg);
148
if (!RegClassMatches(
op_kind
, rl_src.reg)) {
150
RegStorage new_reg = AllocTypedTemp(rl_src.fp,
op_kind
);
162
rl_src.reg = AllocTypedTemp(rl_src.fp,
op_kind
);
231
RegLocation Mir2Lir::LoadValueWide(RegLocation rl_src, RegisterClass
op_kind
) {
235
if (!RegClassMatches(
op_kind
, rl_src.reg)) {
237
RegStorage new_regs = AllocTypedTempWide(rl_src.fp,
op_kind
);
250
rl_src.reg = AllocTypedTempWide(rl_src.fp,
op_kind
);
mir_to_lir.h
[
all
...]
/external/lldb/include/lldb/Symbol/
ClangASTContext.h
301
CheckOverloadedOperatorKindParameterCount (uint32_t
op_kind
,
Completed in 141 milliseconds