Home
last modified time | relevance | path

Searched defs:IntValue (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/BinaryFormat/
H A DMsgPackTypes.cpp123 ScalarNode::ScalarNode(int64_t IntValue) in ScalarNode()
126 ScalarNode::ScalarNode(int32_t IntValue) in ScalarNode()
132 ScalarNode::ScalarNode(uint32_t IntValue) in ScalarNode()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMsgPackTypes.h92 int64_t IntValue; member
/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp207 unsigned IntValue, in emitIntTextAttribute()
285 unsigned IntValue; member
362 void setAttributeItems(unsigned Attribute, unsigned IntValue, in setAttributeItems()
783 unsigned IntValue, in emitIntTextAttribute()
H A DARMTargetStreamer.cpp109 unsigned IntValue, in emitIntTextAttribute()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectStreamer.cpp262 int64_t IntValue; in EmitULEB128Value() local
271 int64_t IntValue; in EmitSLEB128Value() local
H A DMCAsmStreamer.cpp942 int64_t IntValue; in EmitValueImpl() local
986 int64_t IntValue; in EmitULEB128Value() local
997 int64_t IntValue; in EmitSLEB128Value() local
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2999 uint64_t IntValue = MCE->getValue(); in parseDirectiveValue() local
3018 APInt IntValue = Asm.getTok().getAPIntVal(); in parseHexOcta() local
4614 uint64_t IntValue = MCE->getValue(); in parseDirectiveDCB() local
5549 uint64_t IntValue = MCE->getValue(); in parseDirectiveMSEmit() local
5565 uint64_t IntValue = MCE->getValue(); in parseDirectiveMSAlign() local
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1658 uint64_t IntValue = MCE->getValue(); in ParseDirectiveWord() local
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1692 Value *IntValue = in expandAtomicOpToLibcall() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp907 llvm::APInt IntValue = IntLiteral->getValue(); in checkIncorrectRelationalOperator() local
969 llvm::APInt IntValue = IntLiteral->getValue(); in checkIncorrectEqualityOperator() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp1006 uint64_t IntValue; in patternFor() local
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp707 uint64_t IntValue = MCE->getValue(); in ParseDirectiveFalign() local
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp500 static MatchTableRecord IntValue(int64_t IntValue) { in IntValue() function in __anon7e76e5f80111::MatchTable
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp69 SDValue IntValue; member
/freebsd-12.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc619 class IntValue { class
623 explicit IntValue(int a_value) : value_(a_value) {} in IntValue() function in testing::gmock_matchers_test::IntValue