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

  /external/llvm/include/llvm/ADT/
DenseMap.h 33 bool IsConst = false>
504 typename KeyInfoT, bool IsConst>
512 typedef typename conditional<IsConst, const Bucket, Bucket>::type value_type;
526 // If IsConst is true this is a converting constructor from iterator to
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 267 milliseconds