HomeSort by relevance Sort by last modified time
    Searched defs:deduce (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
attributed-auto-deduction.cpp 4 void deduce() { function
decl-microsoft-call-conv.cpp 254 decltype(auto) deduce(F f) { function in namespace:test9
263 decltype(signaturehelper(deduce(l))) p;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonConstPropagation.cpp 76 // For a given constant, deduce the set of trackable properties that this
78 static uint32_t deduce(const Constant *C);
419 uint32_t ConstantProperties::deduce(const Constant *C) { function in class:ConstantProperties
567 uint32_t NewPs = Ps & ConstantProperties::deduce(LC);
600 uint32_t Ps = ConstantProperties::deduce(Values[0]);
604 Ps &= ConstantProperties::deduce(Values[i]);
    [all...]

Completed in 274 milliseconds