Home
last modified time | relevance | path

Searched defs:IsFixed (Results 1 – 10 of 10) sorted by relevance

/external/autotest/client/site_tests/hardware_SsdDetection/
Dhardware_SsdDetection.py29 def IsFixed(dev): function
/external/llvm/lib/Target/SystemZ/
DSystemZCallingConv.h78 bool IsFixed(unsigned ValNo) { return ArgIsFixed[ValNo]; } in IsFixed() function
/external/v8/src/crankshaft/
Dlithium-allocator.h201 bool IsFixed() const { return id_ < 0; } in IsFixed() function
/external/llvm/include/llvm/Target/
DTargetCallingConv.h174 bool IsFixed; member
/external/v8/test/unittests/compiler/
Dinstruction-selector-unittest.cc121 bool InstructionSelectorTest::Stream::IsFixed(const InstructionOperand* operand, in IsFixed() function in v8::internal::compiler::InstructionSelectorTest::Stream
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp45 bool IsFixed; member
/external/v8/src/compiler/
Dregister-allocator.h500 bool IsFixed() const { return vreg_ < 0; } in IsFixed() function
/external/clang/lib/AST/
DDecl.cpp3519 bool IsScopedUsingClassTag, bool IsFixed) { in Create()
/external/clang/include/clang/AST/
DDecl.h2755 bool IsFixed : 1; variable
/external/clang/lib/Sema/
DSemaDecl.cpp11592 bool IsFixed = !EnumUnderlyingTy.isNull(); in CheckEnumRedeclaration() local