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

1 2 3

  /external/llvm/include/llvm/Analysis/
LazyCallGraph.h 215 void insertEdgeInternal(Function &ChildF, Edge::Kind EK);
218 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
221 void setEdgeKind(Function &ChildF, Edge::Kind EK);
616 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
816 void insertEdge(Node &Caller, Function &Callee, Edge::Kind EK);
819 void insertEdge(Function &Caller, Function &Callee, Edge::Kind EK) {
820 return insertEdge(get(Caller), Callee, EK);
    [all...]
  /external/llvm/lib/Analysis/
LazyCallGraph.cpp 25 LazyCallGraph::Edge::Kind EK) {
39 Edges.emplace_back(LazyCallGraph::Edge(F, EK));
96 void LazyCallGraph::Node::insertEdgeInternal(Function &Target, Edge::Kind EK) {
98 return insertEdgeInternal(*N, EK);
101 Edges.emplace_back(Target, EK);
104 void LazyCallGraph::Node::insertEdgeInternal(Node &TargetN, Edge::Kind EK) {
106 Edges.emplace_back(TargetN, EK);
109 void LazyCallGraph::Node::setEdgeKind(Function &TargetF, Edge::Kind EK) {
110 Edges[EdgeIndexMap.find(&TargetF)->second].setKind(EK);
726 Edge::Kind EK) {
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 186 ExportKind EK);
214 ExportKind EK) {
241 TopLevelRecord, EK) == nullptr) {
263 ExportKind EK) {
328 EK)) {
371 if (PointeeType->isVoidType() && EK != LegacyKernelArgument) {
386 TopLevelRecord, EK) == nullptr)
403 TopLevelRecord, EK) == nullptr))
413 TopLevelRecord, EK);
438 ExportKind EK) {
    [all...]
slang_rs_export_type.h 229 // @EK denotes whether this @T is being used for a legacy kernel argument or
235 ExportKind EK);
263 ExportKind EK);
281 ExportKind EK,
slang_rs_export_foreach.cpp 389 ExportKind EK = (FE->mIsKernelStyle ? NotLegacyKernelArgument :
391 RSExportType *InExportType = RSExportType::Create(Context, T, EK);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 289 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
292 void setEdgeKind(Node &ChildN, Edge::Kind EK);
728 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
LazyCallGraph.h 289 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
292 void setEdgeKind(Node &ChildN, Edge::Kind EK);
728 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
LazyCallGraph.h 289 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
292 void setEdgeKind(Node &ChildN, Edge::Kind EK);
728 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
LazyCallGraph.h 301 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
304 void setEdgeKind(Node &ChildN, Edge::Kind EK);
761 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
LazyCallGraph.h 301 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
304 void setEdgeKind(Node &ChildN, Edge::Kind EK);
761 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
LazyCallGraph.h 301 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
304 void setEdgeKind(Node &ChildN, Edge::Kind EK);
761 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
LazyCallGraph.h 301 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
304 void setEdgeKind(Node &ChildN, Edge::Kind EK);
761 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LazyCallGraph.h 289 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
292 void setEdgeKind(Node &ChildN, Edge::Kind EK);
728 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
LazyCallGraph.h 289 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
292 void setEdgeKind(Node &ChildN, Edge::Kind EK);
728 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
LazyCallGraph.h 289 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
292 void setEdgeKind(Node &ChildN, Edge::Kind EK);
728 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
LazyCallGraph.h 301 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
304 void setEdgeKind(Node &ChildN, Edge::Kind EK);
761 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
LazyCallGraph.h 301 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
304 void setEdgeKind(Node &ChildN, Edge::Kind EK);
761 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
LazyCallGraph.h 301 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
304 void setEdgeKind(Node &ChildN, Edge::Kind EK);
761 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
LazyCallGraph.h 301 void insertEdgeInternal(Node &ChildN, Edge::Kind EK);
304 void setEdgeKind(Node &ChildN, Edge::Kind EK);
761 void insertOutgoingEdge(Node &SourceN, Node &TargetN, Edge::Kind EK);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Initialization.h 178 InitializedEntity(VarDecl *Var, EntityKind EK = EK_Variable)
179 : Kind(EK), Parent(nullptr), Type(Var->getType()),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
Initialization.h 178 InitializedEntity(VarDecl *Var, EntityKind EK = EK_Variable)
179 : Kind(EK), Parent(nullptr), Type(Var->getType()),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
Initialization.h 178 InitializedEntity(VarDecl *Var, EntityKind EK = EK_Variable)
179 : Kind(EK), Parent(nullptr), Type(Var->getType()),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
Initialization.h 178 InitializedEntity(VarDecl *Var, EntityKind EK = EK_Variable)
179 : Kind(EK), Parent(nullptr), Type(Var->getType()),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
Initialization.h 178 InitializedEntity(VarDecl *Var, EntityKind EK = EK_Variable)
179 : Kind(EK), Parent(nullptr), Type(Var->getType()),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
Initialization.h 178 InitializedEntity(VarDecl *Var, EntityKind EK = EK_Variable)
179 : Kind(EK), Parent(nullptr), Type(Var->getType()),
    [all...]

Completed in 1215 milliseconds

1 2 3