HomeSort by relevance Sort by last modified time
    Searched refs:FromType (Results 26 - 50 of 56) sorted by null

12 3

  /external/googletest/googlemock/test/
gmock-actions_test.cc 585 class FromType {
587 explicit FromType(bool* is_converted) : converted_(is_converted) {}
593 GTEST_DISALLOW_ASSIGN_(FromType);
599 ToType(const FromType& x) { *x.converted() = true; } // NOLINT
604 FromType x(&converted);
    [all...]
  /external/v8/testing/gmock/test/
gmock-actions_test.cc 585 class FromType {
587 explicit FromType(bool* is_converted) : converted_(is_converted) {}
593 GTEST_DISALLOW_ASSIGN_(FromType);
599 ToType(const FromType& x) { *x.converted() = true; } // NOLINT
604 FromType x(&converted);
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaCast.cpp     [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 866 TDT.FromType = getRawArg(ArgNo);
911 TDT.FromType));
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
c.py 237 Value = td.FromType
239 Modifier = td.FromType
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 680 Type *FromType = FromVal->getType();
681 if (FromType == ToType && Offset == 0)
686 if (VectorType *VTy = dyn_cast<VectorType>(FromType)) {
687 unsigned FromTypeSize = TD.getTypeAllocSize(FromType);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 716 // Type Setting: fromType + fromTypeWidth
725 unsigned int fromType;
727 fromType = NVPTX::PTXLdStInstCode::Signed;
729 fromType = NVPTX::PTXLdStInstCode::Float;
731 fromType = NVPTX::PTXLdStInstCode::Unsigned;
765 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
793 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
846 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
898 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
946 // Type Setting: fromType + fromTypeWidt
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h     [all...]

Completed in 2721 milliseconds

12 3