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

  /external/llvm/include/llvm/ExecutionEngine/
GenericValue.h 27 struct IntPair {
35 struct IntPair UIntPairVal;
  /external/clang/test/Analysis/
new.cpp 211 class IntPair{
215 IntPair() {};
216 ~IntPair() {x = x/y;}; //expected-warning {{Division by zero}}
220 IntPair *b = new IntPair();

Completed in 65 milliseconds