Home
last modified time | relevance | path

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

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