Home
last modified time | relevance | path

Searched defs:Info (Results 1 – 25 of 446) sorted by relevance

12345678910>>...18

/external/skqp/include/gpu/vk/
DGrVkExtensions.h29 struct Info { struct
30 Info() {} in Info() function
31 Info(const char* name) : fName(name), fSpecVersion(0) {} in Info() function
37 bool operator() (const Info& a, const SkString& b) { in operator() argument
/external/skia/include/gpu/vk/
DGrVkExtensions.h29 struct Info { struct
30 Info() {} in Info() function
31 Info(const char* name) : fName(name), fSpecVersion(0) {} in Info() function
37 bool operator() (const Info& a, const SkString& b) { in operator() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/
DOptTable.h42 struct Info { struct
61 std::vector<Info> OptionInfos; argument
/external/llvm/include/llvm/Option/
DOptTable.h35 struct Info { struct
53 ArrayRef<Info> OptionInfos; argument
/external/skqp/src/core/
DSkYUVPlanesCache.h27 struct Info { struct
28 SkYUVASizeInfo fSizeInfo; argument
37 static SkCachedData* FindAndRef(uint32_t genID, Info* info, argument
/external/skia/src/core/
DSkYUVPlanesCache.h27 struct Info { struct
28 SkYUVASizeInfo fSizeInfo; argument
37 static SkCachedData* FindAndRef(uint32_t genID, Info* info, argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombineInternal.h62 struct Info { struct
71 /// processed TruncInst. It maps each instruction in the dag to its Info argument
/external/syzkaller/pkg/ast/
Dast.go22 Info() (pos Pos, typ string, name string) methodSpec
36 func (n *NewLine) Info() (Pos, string, string) { func
45 func (n *Comment) Info() (Pos, string, string) { func
54 func (n *Include) Info() (Pos, string, string) { func
63 func (n *Incdir) Info() (Pos, string, string) { func
73 func (n *Define) Info() (Pos, string, string) { func
84 func (n *Resource) Info() (Pos, string, string) { func
97 func (n *Call) Info() (Pos, string, string) { func
110 func (n *Struct) Info() (Pos, string, string) { func
124 func (n *IntFlags) Info() (Pos, string, string) { func
[all …]
/external/libchrome/base/files/
Dfile.h122 struct BASE_EXPORT Info { struct
131 int64_t size;
134 bool is_directory;
138 bool is_symbolic_link;
141 Time last_modified;
144 Time last_accessed;
147 Time creation_time;
/external/clang/test/PCH/Inputs/
Dpr27445.h1 struct Info { struct
3 void hash() {} in hash()
/external/clang/lib/AST/
DCommentCommandTraits.cpp35 if (const CommandInfo *Info = getBuiltinCommandInfo(Name)) in getCommandInfoOrNULL() local
41 if (const CommandInfo *Info = getBuiltinCommandInfo(CommandID)) in getCommandInfo() local
90 CommandInfo *Info = new (Allocator) CommandInfo(); in createCommandInfoWithName() local
105 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerUnknownCommand() local
111 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerBlockCommand() local
DExprConstant.cpp309 EvalInfo &Info; member
811 EvalInfo &Info; member
840 EvalInfo &Info; member
867 EvalInfo *Info = InfoAndOldSpecEval.getPointer(); in maybeRestoreState() local
879 EvalInfo &Info, SmallVectorImpl<PartialDiagnosticAt> *NewDiag = nullptr) in SpeculativeEvaluationRAII()
904 EvalInfo &Info; member in __anonf3f43a050111::ScopeRAII
907 ScopeRAII(EvalInfo &Info) in ScopeRAII()
915 static void cleanup(EvalInfo &Info, unsigned OldStackSize) { in cleanup()
937 bool SubobjectDesignator::checkSubobject(EvalInfo &Info, const Expr *E, in checkSubobject()
950 void SubobjectDesignator::diagnosePointerArithmetic(EvalInfo &Info, in diagnosePointerArithmetic()
[all …]
/external/syzkaller/vendor/google.golang.org/grpc/tap/
Dtap.go28 type Info struct { struct
31 FullMethodName string
/external/clang/include/clang/Basic/
DBuiltins.h53 struct Info { struct
66 llvm::ArrayRef<Info> TSRecords; argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.cpp38 std::string &Info) { in getMCRDeprecationInfo()
70 std::string &Info) { in getITDeprecationInfo()
82 std::string &Info) { in getARMStoreDeprecationInfo()
99 std::string &Info) { in getARMLoadDeprecationInfo()
248 ARMMCInstrAnalysis(const MCInstrInfo *Info) : MCInstrAnalysis(Info) {} in ARMMCInstrAnalysis()
278 ThumbMCInstrAnalysis(const MCInstrInfo *Info) : ARMMCInstrAnalysis(Info) {} in ThumbMCInstrAnalysis()
294 static MCInstrAnalysis *createARMMCInstrAnalysis(const MCInstrInfo *Info) { in createARMMCInstrAnalysis()
298 static MCInstrAnalysis *createThumbMCInstrAnalysis(const MCInstrInfo *Info) { in createThumbMCInstrAnalysis()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCCodeEmitter.cpp90 const MCOperandInfo &Info = Desc.OpInfo[i]; in encodeInstruction() local
116 const MCOperandInfo &Info = Desc.OpInfo[i]; in encodeInstruction() local
128 const MCOperandInfo &Info = Desc.OpInfo[i]; in encodeInstruction() local
/external/llvm/lib/DebugInfo/Symbolize/
DDIPrinter.cpp68 void DIPrinter::print(const DILineInfo &Info, bool Inlined) { in print()
85 DIPrinter &DIPrinter::operator<<(const DILineInfo &Info) { in operator <<()
90 DIPrinter &DIPrinter::operator<<(const DIInliningInfo &Info) { in operator <<()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
DDIPrinter.cpp68 void DIPrinter::print(const DILineInfo &Info, bool Inlined) { in print()
95 DIPrinter &DIPrinter::operator<<(const DILineInfo &Info) { in operator <<()
100 DIPrinter &DIPrinter::operator<<(const DIInliningInfo &Info) { in operator <<()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.cpp35 std::string &Info) { in getMCRDeprecationInfo()
67 std::string &Info) { in getITDeprecationInfo()
79 std::string &Info) { in getARMStoreDeprecationInfo()
96 std::string &Info) { in getARMLoadDeprecationInfo()
239 ARMMCInstrAnalysis(const MCInstrInfo *Info) : MCInstrAnalysis(Info) {} in ARMMCInstrAnalysis()
270 static MCInstrAnalysis *createARMMCInstrAnalysis(const MCInstrInfo *Info) { in createARMMCInstrAnalysis()
/external/llvm/include/llvm/CodeGen/
DGCMetadataPrinter.h55 virtual void beginAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) {} in beginAssembly()
58 virtual void finishAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) {} in finishAssembly()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrAnalysis.h24 const MCInstrInfo *Info; variable
27 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} in MCInstrAnalysis()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DGCMetadataPrinter.h58 virtual void beginAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) {} in beginAssembly()
62 virtual void finishAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) {} in finishAssembly()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrAnalysis.h31 const MCInstrInfo *Info; variable
34 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} in MCInstrAnalysis()
/external/llvm/include/llvm/MC/
DMCInstrAnalysis.h27 const MCInstrInfo *Info; variable
30 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} in MCInstrAnalysis()
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h96 BBInfo *Info = new (Allocator) BBInfo(BB, 0); in BuildBlockList() local
225 BBInfo *Info = *I; in FindDominators() local
279 BBInfo *Info = *I; in FindPHIPlacement() local
315 BBInfo *Info = *I; in FindAvailableVals() local
334 BBInfo *Info = *I; in FindAvailableVals() local
454 BBInfo *Info = BBMap[BB]; in RecordMatchingPHI() local

12345678910>>...18