Searched refs:getLiteral (Results 1 – 11 of 11) sorted by relevance
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVDecorate.cpp | 86 SPIRVDecorateGeneric::getLiteral(size_t i) const { in getLiteral() function in SPIRV::SPIRVDecorateGeneric 207 auto EA = A->getLiteral(I); in operator ()() 208 auto EB = B->getLiteral(I); in operator ()() 230 auto EA = A.getLiteral(I); in operator ==() 231 auto EB = B.getLiteral(I); in operator ==()
|
D | SPIRVFunction.cpp | 64 I->second->getLiteral(0)); in foreachAttr() 164 I->second->getLiteral(0)); in foreachReturnValueAttr()
|
D | SPIRVEntry.cpp | 350 *Result = Loc->second->getLiteral(Index); in hasDecorate() 361 Value.insert(I->second->getLiteral(Index)); in getDecorate()
|
D | SPIRVDecorate.h | 63 SPIRVWord getLiteral(size_t) const;
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/ |
D | SmalideaInstruction.java | 162 SmaliLiteral literal = psiInstruction.getLiteral(); in getNarrowLiteral() 170 SmaliLiteral literal = psiInstruction.getLiteral(); in getWideLiteral() 181 psiInstruction.getLiteral().getText())); in getReference()
|
/external/parameter-framework/upstream/parameter/ |
D | EnumParameterType.cpp | 160 getLiteral(signedValue, userValue); in fromBlackboard() 223 bool CEnumParameterType::getLiteral(int32_t iNumerical, string &strLiteral) const in getLiteral() function in CEnumParameterType
|
D | EnumParameterType.h | 79 bool getLiteral(int32_t iNumerical, std::string &strLiteral) const;
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/ |
D | SmaliInstruction.java | 131 public SmaliLiteral getLiteral() { in getLiteral() method in SmaliInstruction
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600ControlFlowFinalizer.cpp | 360 void getLiteral(MachineInstr &MI, std::vector<MachineOperand *> &Lits) const { in getLiteral() function in __anon34125c9b0111::R600ControlFlowFinalizer 433 getLiteral(*BI, Literals); in MakeALUClause() 439 getLiteral(*I, Literals); in MakeALUClause()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ControlFlowFinalizer.cpp | 344 void getLiteral(MachineInstr &MI, std::vector<MachineOperand *> &Lits) const { in getLiteral() function in __anon69201f430111::R600ControlFlowFinalizer 417 getLiteral(*BI, Literals); in MakeALUClause() 423 getLiteral(*I, Literals); in MakeALUClause()
|
/external/icu/icu4c/source/test/intltest/ |
D | numberformat2test.cpp | 1463 assertEquals("", 500, iter.getLiteral(str).length()); in TestAffixPattern() 1470 assertEquals("", 256, iter.getLiteral(str).length()); in TestAffixPattern()
|