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

1 2

  /external/v8/tools/clang/plugins/
CheckIPCVisitor.h 75 bool CheckType(clang::QualType type, CheckDetails* details) const;
CheckIPCVisitor.cpp 97 // See CheckType() for specifics.
120 if (CheckType(arg_type, &details)) {
132 // See CheckType() above for specifics.
210 bool CheckIPCVisitor::CheckType(QualType type, CheckDetails* details) const {
266 CheckType(arg.getAsType(), details);
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 141 // If we have a CheckType/CheckChildType/Record node followed by a
149 Matcher *CheckType = MatcherPtr.release();
150 Matcher *CheckOpcode = CheckType->takeNext();
155 CheckOpcode->setNext(CheckType);
156 CheckType->setNext(Tail);
357 Matcher::CheckType));
364 // If the CheckType isn't at the start of the list, see if we can move
394 // If all the options are CheckType's, we can form the SwitchType, woot.
401 Matcher::CheckType));
DAGISelMatcher.h 64 CheckType, // Fail if not correct type.
120 case CheckType:
159 // to them. For example, we'll pass in a CheckType node as an argument to
487 : Matcher(CheckType), Type(type), ResNo(resno) {}
493 return N->getKind() == CheckType;
507 /// every child does a CheckType, but is much faster.
    [all...]
DAGISelMatcherEmitter.cpp 387 case Matcher::CheckType:
389 "FIXME: Add support for CheckType of resno != 0");
794 case Matcher::CheckType: OS << "OPC_CheckType"; break;
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherOpt.cpp 152 // If we have a CheckType/CheckChildType/Record node followed by a
160 Matcher *CheckType = MatcherPtr.take();
161 Matcher *CheckOpcode = CheckType->takeNext();
166 CheckOpcode->setNext(CheckType);
167 CheckType->setNext(Tail);
422 Matcher::CheckType));
429 // If the CheckType isn't at the start of the list, see if we can move
458 // If all the options are CheckType's, we can form the SwitchType, woot.
465 Matcher::CheckType));
DAGISelMatcher.h 61 CheckType, // Fail if not correct type.
129 case CheckType:
167 // to them. For example, we'll pass in a CheckType node as an argument to
503 : Matcher(CheckType), Type(type), ResNo(resno) {}
509 return N->getKind() == CheckType;
526 /// every child does a CheckType, but is much faster.
    [all...]
DAGISelMatcherEmitter.cpp 353 case Matcher::CheckType:
355 "FIXME: Add support for CheckType of resno != 0");
757 case Matcher::CheckType: OS << "OPC_CheckType"; break;
  /external/llvm/utils/FileCheck/
FileCheck.cpp 83 enum CheckType {
103 Check::CheckType CheckTy;
128 Pattern(Check::CheckType Ty)
161 Check::CheckType getCheckTy() const { return CheckTy; }
628 // Check::CheckType CheckTy;
700 static size_t CheckTypeSize(Check::CheckType Ty) {
731 static Check::CheckType FindCheckType(StringRef Buffer, StringRef Prefix) {
782 Check::CheckType &CheckTy,
787 Check::CheckType FirstTy = Check::CheckNone;
840 Check::CheckType &CheckTy
    [all...]
  /external/protobuf/python/google/protobuf/internal/
descriptor_pool_test.py 373 msg_type.CheckType(test, None, name, file_desc)
381 def CheckType(self, test, msg_desc, name, file_desc):
406 def CheckType(self, test, containing_type_desc, name, file_desc):
420 subtype.CheckType(test, desc, name, file_desc)
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 663 ScalarEvolution &SE, bool CheckType = true);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 663 ScalarEvolution &SE, bool CheckType = true);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 663 ScalarEvolution &SE, bool CheckType = true);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 663 ScalarEvolution &SE, bool CheckType = true);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 663 ScalarEvolution &SE, bool CheckType = true);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 663 ScalarEvolution &SE, bool CheckType = true);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 663 ScalarEvolution &SE, bool CheckType = true);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 663 ScalarEvolution &SE, bool CheckType = true);
  /frameworks/compile/slang/
slang_rs_export_reduce.cpp 721 const RSExportType *CheckType = mResultType;
724 CheckType = static_cast<const RSExportConstantArrayType *>(mResultType)->getElementType();
727 switch (CheckType->getClass()) {
    [all...]
slang_rs_reflection.cpp     [all...]
  /art/compiler/optimizing/
code_generator.cc 71 static bool CheckType(Primitive::Type type, Location location) {
115 DCHECK(CheckType(instruction->GetType(), locations->InAt(0)))
119 DCHECK(CheckType(instruction->GetType(), locations->Out()))
126 DCHECK(CheckType(inputs[i]->GetType(), locations->InAt(i)))
134 DCHECK(CheckType(type, environment->GetLocationAt(i)))
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 718 ScalarEvolution &SE, bool CheckType = true);
  /external/selinux/python/sepolicy/
sepolicy.py 60 class CheckType(argparse.Action):
622 action=CheckType,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
  /external/protobuf/src/google/protobuf/
repeated_field.h 336 struct CheckType;
338 CheckType<U, void, &U::MergeFrom>*);
340 CheckType<U, bool, &U::MergeFrom>*);
    [all...]

Completed in 692 milliseconds

1 2