HomeSort by relevance Sort by last modified time
    Searched refs:RvalueReferenceTypeIR (Results 1 - 7 of 7) sorted by null

  /development/vndk/tools/header-checker/header-abi-util/include/
abi_diff_helpers.h 95 const abi_util::RvalueReferenceTypeIR *old_type,
96 const abi_util::RvalueReferenceTypeIR *new_type,
ir_representation_protobuf.h 232 const RvalueReferenceTypeIR *rvalue_reference_typep);
294 bool AddRvalueReferenceTypeIR(const RvalueReferenceTypeIR *);
ir_representation.h 537 class RvalueReferenceTypeIR : public TypeIR {
853 const AbiElementMap<RvalueReferenceTypeIR> &
1056 AbiElementMap<RvalueReferenceTypeIR> rvalue_reference_types_;
    [all...]
  /development/vndk/tools/header-checker/header-abi-util/src/
abi_diff_helpers.cpp 616 const abi_util::RvalueReferenceTypeIR *old_type,
617 const abi_util::RvalueReferenceTypeIR *new_type,
733 static_cast<const abi_util::RvalueReferenceTypeIR *>(old_type),
734 static_cast<const abi_util::RvalueReferenceTypeIR *>(new_type),
ir_representation_protobuf.cpp 300 RvalueReferenceTypeIR rvalue_reference_type_ir;
718 const RvalueReferenceTypeIR *rvalue_reference_typep) {
722 llvm::errs() << "RvalueReferenceTypeIR could not be converted\n";
    [all...]
ir_representation.cpp 409 addend, static_cast<const RvalueReferenceTypeIR *>(addend_node),
  /development/vndk/tools/header-checker/header-abi-dumper/src/
abi_wrappers.cpp 333 std::make_unique<abi_util::RvalueReferenceTypeIR>();
    [all...]

Completed in 58 milliseconds