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

  /external/clang/test/SemaTemplate/
alias-church-numerals.cpp 25 template<template<typename> class F, typename X> using Four = Add<Two, Two, F, X>;
26 template<template<typename> class F, typename X> using Sixteen = Mul<Four, Four, F, X>;
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 123 const MCExpr *Four = MCConstantExpr::create(4, Context);
124 return MCBinaryExpr::createAdd(Res, Four, Context);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
ccr.s 50 ; Four in same group, and switch order.
59 ; Four in different groups, and switch order.
  /external/llvm/unittests/Support/
MemoryBufferTest.cpp 122 OwningBuffer Four(MemoryBuffer::getNewMemBuffer(123, "zeros"));
123 EXPECT_TRUE(nullptr != Four.get());
125 EXPECT_EQ(0, Four->getBufferStart()[0]);
YAMLIOTest.cpp 344 map.stdstr = "three four";
373 EXPECT_TRUE(map.stdstr == "three four");
    [all...]
  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 108 DIEInteger Four(4);
109 Unnamed.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four);
114 Int.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four);
141 DIEInteger Four(4);
145 Int.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four);
165 Four);
610 DIEInteger Four(4);
614 IntTyDIE.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four);
656 DIEInteger Four(4);
660 Four);
    [all...]
  /external/llvm/lib/Target/X86/
X86TargetObjectFile.cpp 37 const MCExpr *Four = MCConstantExpr::create(4, getContext());
38 return MCBinaryExpr::createAdd(Res, Four, getContext());
X86ISelLowering.cpp     [all...]
  /external/v8/test/mjsunit/
debug-return-value.js 70 // Listener which expects to do four steps to reach returning from the function.
134 // Four steps from the debugger statement in this function will position us at
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 1064 Four,
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 229 milliseconds