HomeSort by: relevance | last modified time | path
    Searched defs:Arithmetic (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 4903 Arithmetic,
4978 Form = Arithmetic;
4994 Form = Arithmetic;
5004 Form = Arithmetic;
5086 // For an arithmetic operation, the implied arithmetic must be well-formed.
5087 if (Form == Arithmetic) {
5184 case Arithmetic:
5227 // The second argument is the non-atomic operand. For arithmetic, this
5232 if (Form == Arithmetic && ValType->isPointerType()
    [all...]
SemaChecking.cpp 4903 Arithmetic,
4978 Form = Arithmetic;
4994 Form = Arithmetic;
5004 Form = Arithmetic;
5086 // For an arithmetic operation, the implied arithmetic must be well-formed.
5087 if (Form == Arithmetic) {
5184 case Arithmetic:
5227 // The second argument is the non-atomic operand. For arithmetic, this
5232 if (Form == Arithmetic && ValType->isPointerType()
    [all...]

Completed in 47 milliseconds