HomeSort by relevance Sort by last modified time
    Searched refs:RetType (Results 26 - 44 of 44) sorted by null

12

  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Casting.h 45 using RetType =
48 static RetType getSimplifiedValue(const From& Val) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Casting.h 45 using RetType =
48 static RetType getSimplifiedValue(const From& Val) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Casting.h 45 using RetType =
48 static RetType getSimplifiedValue(const From& Val) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Casting.h 45 using RetType =
48 static RetType getSimplifiedValue(const From& Val) {
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 385 Type *RetType = T->getReturnType();
386 if (!RetType->isVoidTy())
387 RetType = StructType::get(RetType, ShadowTy, (Type *)nullptr);
388 return FunctionType::get(RetType, ArgTypes, T->isVarArg());
397 Type *RetType = T->getReturnType();
398 if (!RetType->isVoidTy())
420 Type *RetType = T->getReturnType();
421 if (!RetType->isVoidTy())
    [all...]
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 98 template <typename ArgType, typename RetType>
99 RetType PrivateGetDIAValue(IDiaSymbol *Symbol,
103 return static_cast<RetType>(Value);
105 return RetType();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 847 QualType RetType = Decl->getReturnType();
848 if (!RetType->isAnyPointerType())
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/protobuf/src/google/protobuf/
repeated_field.h 335 template<typename U, typename RetType, RetType (U::*)(const U& arg)>
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field.h 335 template<typename U, typename RetType, RetType (U::*)(const U& arg)>
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]

Completed in 1027 milliseconds

12