Home
last modified time | relevance | path

Searched refs:ActionIdx (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaChecking.cpp4801 unsigned ActionIdx = 0; // Default is to suggest dereferencing. in CheckMemaccessArguments() local
4806 ActionIdx = 1; // If its an address-of operator, just remove it. in CheckMemaccessArguments()
4809 ActionIdx = 2; // If the pointee's size is sizeof(char), in CheckMemaccessArguments()
4837 << ActionIdx in CheckMemaccessArguments()