HomeSort by relevance Sort by last modified time
    Searched refs:FoldingSetNodeWrapper (Results 1 - 25 of 34) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 55 typedef llvm::FoldingSet<llvm::FoldingSetNodeWrapper<SValData> >
58 typedef llvm::FoldingSet<llvm::FoldingSetNodeWrapper<SValPair> >
75 typedef llvm::FoldingSetNodeWrapper<llvm::APSInt> FoldNodeTy;
253 typedef llvm::FoldingSetNodeWrapper<SValData> FoldNodeTy;
278 typedef llvm::FoldingSetNodeWrapper<SValPair> FoldNodeTy;
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
FoldingSet.h 238 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
613 /// FoldingSetNodeWrapper - This template class is used to "wrap" arbitrary
616 class FoldingSetNodeWrapper : public FoldingSetNode {
619 explicit FoldingSetNodeWrapper(const T &x) : data(x) {}
620 virtual ~FoldingSetNodeWrapper() {}
623 explicit FoldingSetNodeWrapper(const A1 &a1)
627 explicit FoldingSetNodeWrapper(const A1 &a1, const A2 &a2)
631 explicit FoldingSetNodeWrapper(const A1 &a1, const A2 &a2, const A3 &a3)
635 explicit FoldingSetNodeWrapper(const A1 &a1, const A2 &a2, const A3 &a3,
640 explicit FoldingSetNodeWrapper(const A1 &a1, const A2 &a2, const A3 &a3
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
FoldingSet.h 252 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
717 /// FoldingSetNodeWrapper - This template class is used to "wrap" arbitrary
720 class FoldingSetNodeWrapper : public FoldingSetNode {
725 explicit FoldingSetNodeWrapper(Ts &&... Args)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
FoldingSet.h 252 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
717 /// FoldingSetNodeWrapper - This template class is used to "wrap" arbitrary
720 class FoldingSetNodeWrapper : public FoldingSetNode {
725 explicit FoldingSetNodeWrapper(Ts &&... Args)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
FoldingSet.h 252 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
717 /// FoldingSetNodeWrapper - This template class is used to "wrap" arbitrary
720 class FoldingSetNodeWrapper : public FoldingSetNode {
725 explicit FoldingSetNodeWrapper(Ts &&... Args)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
FoldingSet.h 252 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
717 /// FoldingSetNodeWrapper - This template class is used to "wrap" arbitrary
720 class FoldingSetNodeWrapper : public FoldingSetNode {
725 explicit FoldingSetNodeWrapper(Ts &&... Args)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
FoldingSet.h 252 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
717 /// FoldingSetNodeWrapper - This template class is used to "wrap" arbitrary
720 class FoldingSetNodeWrapper : public FoldingSetNode {
725 explicit FoldingSetNodeWrapper(Ts &&... Args)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
FoldingSet.h 252 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
717 /// FoldingSetNodeWrapper - This template class is used to "wrap" arbitrary
720 class FoldingSetNodeWrapper : public FoldingSetNode {
725 explicit FoldingSetNodeWrapper(Ts &&... Args)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
FoldingSet.h 252 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
717 /// FoldingSetNodeWrapper - This template class is used to "wrap" arbitrary
720 class FoldingSetNodeWrapper : public FoldingSetNode {
725 explicit FoldingSetNodeWrapper(Ts &&... Args)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
FoldingSet.h 252 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
717 /// FoldingSetNodeWrapper - This template class is used to "wrap" arbitrary
720 class FoldingSetNodeWrapper : public FoldingSetNode {
725 explicit FoldingSetNodeWrapper(Ts &&... Args)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
FoldingSet.h 252 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
717 /// FoldingSetNodeWrapper - This template class is used to "wrap" arbitrary
720 class FoldingSetNodeWrapper : public FoldingSetNode {
725 explicit FoldingSetNodeWrapper(Ts &&... Args)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
FoldingSet.h 252 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
717 /// FoldingSetNodeWrapper - This template class is used to "wrap" arbitrary
720 class FoldingSetNodeWrapper : public FoldingSetNode {
725 explicit FoldingSetNodeWrapper(Ts &&... Args)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
FoldingSet.h 252 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
717 /// FoldingSetNodeWrapper - This template class is used to "wrap" arbitrary
720 class FoldingSetNodeWrapper : public FoldingSetNode {
725 explicit FoldingSetNodeWrapper(Ts &&... Args)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
FoldingSet.h 252 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
717 /// FoldingSetNodeWrapper - This template class is used to "wrap" arbitrary
720 class FoldingSetNodeWrapper : public FoldingSetNode {
725 explicit FoldingSetNodeWrapper(Ts &&... Args)
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 63 typedef llvm::FoldingSet<llvm::FoldingSetNodeWrapper<llvm::APSInt> >
  /external/llvm/include/llvm/ADT/
FoldingSet.h 250 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
710 /// FoldingSetNodeWrapper - This template class is used to "wrap" arbitrary
713 class FoldingSetNodeWrapper : public FoldingSetNode {
718 explicit FoldingSetNodeWrapper(Ts &&... Args)
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
FoldingSet.h 257 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
722 /// FoldingSetNodeWrapper - This template class is used to "wrap" arbitrary
725 class FoldingSetNodeWrapper : public FoldingSetNode {
730 explicit FoldingSetNodeWrapper(Ts &&... Args)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 257 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
722 /// FoldingSetNodeWrapper - This template class is used to "wrap" arbitrary
725 class FoldingSetNodeWrapper : public FoldingSetNode {
730 explicit FoldingSetNodeWrapper(Ts &&... Args)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 257 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
722 /// FoldingSetNodeWrapper - This template class is used to "wrap" arbitrary
725 class FoldingSetNodeWrapper : public FoldingSetNode {
730 explicit FoldingSetNodeWrapper(Ts &&... Args)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 86 typedef llvm::FoldingSet<llvm::FoldingSetNodeWrapper<llvm::APSInt> >
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 90 typedef llvm::FoldingSet<llvm::FoldingSetNodeWrapper<llvm::APSInt> >
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 90 typedef llvm::FoldingSet<llvm::FoldingSetNodeWrapper<llvm::APSInt> >
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 90 typedef llvm::FoldingSet<llvm::FoldingSetNodeWrapper<llvm::APSInt> >
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 90 typedef llvm::FoldingSet<llvm::FoldingSetNodeWrapper<llvm::APSInt> >
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 90 typedef llvm::FoldingSet<llvm::FoldingSetNodeWrapper<llvm::APSInt> >

Completed in 495 milliseconds

1 2