Home
last modified time | relevance | path

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

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