HomeSort by relevance Sort by last modified time
    Searched defs:FunctionRecord (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
FunctionRecord.java 7 public class FunctionRecord {
12 final FunctionRecord enclosingFunctionRecord;
14 public FunctionRecord(Node functionNode, String name,
16 FunctionRecord enclosingFunctionRecord) {
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 45 /// FunctionRecord - One instance of this structure is stored for every
49 struct FunctionRecord {
71 FunctionRecord() : MayReadAnyGlobal (false), FunctionEffect(0) {}
90 std::map<const Function*, FunctionRecord> FunctionInfo;
132 if (FunctionRecord *FR = getFunctionInfo(F)) {
149 if (FunctionRecord *FR = getFunctionInfo(F)) {
176 FunctionRecord *getFunctionInfo(const Function *F) {
177 std::map<const Function*, FunctionRecord>::iterator I =
373 FunctionRecord &FR = FunctionInfo[SCC[0]->getFunction()];
409 if (FunctionRecord *CalleeFR = getFunctionInfo(Callee))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
jsdoc-validator.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 67 milliseconds